Commit graph

104 commits

Author SHA1 Message Date
Paul Gauthier
9d02628cf8 streamlit borks sys.path, causes import("litellm") to load our litellm.py; fix 2024-07-03 21:32:50 -03:00
Paul Gauthier
362eb1aa07 Fix bad Model.info #788 2024-07-03 16:56:15 -03:00
Paul Gauthier
2fc358a02f Defer litellm import until first chat message; only import streamlit if gui is activated 2024-07-03 13:04:13 -03:00
Paul Gauthier
ee203deef0 Lazily import litellm to shave >1sec off the initial load time of aider 2024-07-03 12:45:53 -03:00
Paul Gauthier
02db0e0ed7 add visison support to openrouter gpt-4o 2024-07-01 11:28:31 -03:00
Mitsuki Ogasahara
590ec41993 feat: add image support for Claude 3.5 2024-07-01 22:05:50 +09:00
Paul Gauthier
a3fe3c4dcf cleanup 2024-06-27 15:36:01 -07:00
Paul Gauthier
e3805350c9 Added can_prefill metadata to the anthropic models 2024-06-27 15:22:16 -07:00
Paul Gauthier
dac12e342b wip 2024-06-27 15:05:42 -07:00
Paul Gauthier
ea97d08449 Handle null model.info max_input_tokens 2024-06-25 20:37:19 -07:00
Paul Gauthier
17f7297d86 updated model warnings and docs 2024-06-25 14:56:02 -07:00
Paul Gauthier
42fbe28897 examples_as_sys_msg for sonnet gets 100% compliance on exercism eval 2024-06-24 11:03:29 -07:00
paul-gauthier
b6fa02044f
Merge branch 'main' into register_settings 2024-06-21 16:57:33 -07:00
Paul Gauthier
4fed045f27 Added vertex_ai/claude-3-sonnet@20240229, bumped deps to upgrade litellm #704 2024-06-21 16:50:49 -07:00
paul-gauthier
8a91e8822f
Merge pull request #703 from spdustin/add-claude-models 2024-06-21 09:35:36 -07:00
Dustin Miller
6bd325e432 Add support for vertex_ai/claude_* models 2024-06-21 11:31:16 -05:00
Paul Gauthier
4fd61f1112 More flexible filename search for deepseek coder v2 2024-06-21 08:51:53 -07:00
Paul Gauthier
b330a87339 Updated HISTORY 2024-06-20 14:23:10 -07:00
Paul Gauthier
090e0cdcfe Added 3.5 sonnet 2024-06-20 08:26:35 -07:00
Krazer
486c5ce65c add support to load/override model settings 2024-06-11 17:15:48 -05:00
Paul Gauthier
fb3cc98da5 cleanup --model-metadata-file 2024-06-11 13:30:35 -07:00
paul-gauthier
2f6e360188
Merge pull request #666 from caseymcc/register_model
Allow models to be registered with litellm
2024-06-11 13:20:02 -07:00
Krazer
a090de6a00 add change requests 2024-06-11 13:39:55 -05:00
Krazer
d91707f73e all models to be registered with litellm 2024-06-11 13:07:19 -05:00
Paul Gauthier
470b8d0251 Show model warnings in normal color, not red/error 2024-06-10 15:23:33 -07:00
Paul Gauthier
1f1da4b1a2 refac all urls into urls.py 2024-06-08 12:53:54 -07:00
Paul Gauthier
0e5342fdb8 copy 2024-06-06 11:01:27 -07:00
Paul Gauthier
72613f3b27 switch naming from openai/gpt-4o to gpt-4o 2024-05-15 06:25:30 -07:00
Paul Gauthier
bfba56c5f1 added 4o as default 2024-05-13 10:57:26 -07:00
Paul Gauthier
b6cd852124 added openai/ prefix 2024-05-13 10:36:07 -07:00
Paul Gauthier
7b19f767fc Added gpt-4o 2024-05-13 10:33:08 -07:00
Paul Gauthier
b58df9c16b no ex_sys for opus 2024-05-08 16:09:18 -07:00
Paul Gauthier
c415e6f775 opus with examples_as_sys_msg 2024-05-08 15:49:53 -07:00
Paul Gauthier
5c4bc5b7ba oops 2024-05-08 15:25:55 -07:00
Paul Gauthier
bf09bd348f 0125 with ex_as_sys 2024-05-08 15:14:37 -07:00
Paul Gauthier
a9d9c6881d added gpt-3.5-turbo as explicit model 2024-05-08 13:52:20 -07:00
Paul Gauthier
9ff6770a04 refactored litellm to avoid duplicating workarounds 2024-05-08 08:05:15 -07:00
Paul Gauthier
b249177119 added settings for deepseek/deepseek-chat 2024-05-08 07:13:13 -07:00
Paul Gauthier
e9da4016c8 deepseek-chat with sys examples and sys reminder 2024-05-07 08:48:49 -07:00
Paul Gauthier
c9dbca9d0e gpt-4-0314 with examples as sys 2024-05-04 07:52:22 -07:00
Paul Gauthier
471d637694 updated llama3 2024-05-03 15:31:20 -07:00
Paul Gauthier
b5bb453378 examples_as_sys_msg 2024-05-03 15:24:36 -07:00
Paul Gauthier
f115236801 llama reminder_as_sys_msg=True 2024-05-03 15:11:22 -07:00
Paul Gauthier
5d32dd77fc Added diff-fenced coder 2024-05-03 13:50:15 -07:00
Paul Gauthier
921c7ceb80 Merge branch 'main' into gemini-editblock-and-examples 2024-05-03 13:17:23 -07:00
Paul Gauthier
e76d1c0cfa accepts_multi_system_msgs -> reminder_as_sys_msg 2024-05-01 10:30:41 -07:00
Paul Gauthier
050d35790e added /models cmd 2024-04-30 16:02:38 -07:00
Paul Gauthier
d38a38f0dd implemented accepts_multi_system_msgs 2024-04-30 07:57:29 -07:00
Paul Gauthier
2d16ee16ac Make lazy prompt configurable 2024-04-30 07:45:16 -07:00
Paul Gauthier
f9e122b9d7 Added --show-model-warnings 2024-04-23 12:15:37 -07:00