Commit graph

588 commits

Author SHA1 Message Date
Ishaan Jaff
72e7571e51 ci/cd run again 2024-04-17 08:01:39 -07:00
Ishaan Jaff
9d601d2549 (ci/cd) run again 2024-04-16 21:44:11 -07:00
Ishaan Jaff
b00ad976af fix function calling prompt - ask llm to respond in fahrenheit 2024-04-16 21:09:53 -07:00
Krrish Dholakia
1cd0551a1e fix(anthropic_text.py): add support for async text completion calls 2024-04-15 08:15:00 -07:00
Ishaan Jaff
abac496706 (ci/cd) run again 2024-04-12 20:48:26 -07:00
Krrish Dholakia
67b3a05e1a test(test_completion.py): handle api instability 2024-04-09 21:58:48 -07:00
Krrish Dholakia
f0d61fd6dd test(test_completion.py): change model 2024-04-09 21:38:17 -07:00
Krrish Dholakia
70fd803a6e fix(main.py): handle translating text completion openai to chat completion for async requests
also adds testing for this, to prevent future regressions
2024-04-09 16:47:49 -07:00
Ishaan Jaff
6757b42ce9 (test) completion 2024-04-05 21:03:04 -07:00
Ishaan Jaff
a27e488248 (ci/cd) run again 2024-04-05 17:26:02 -07:00
Ishaan Jaff
d4ca3f38c7 fix testing yaml 2024-04-05 16:17:53 -07:00
Ishaan Jaff
ea3491a765 simplify calling azure/commmand-r-plus 2024-04-05 09:18:11 -07:00
Ishaan Jaff
12c5c96012 test - azure/command-r-plus 2024-04-05 08:56:05 -07:00
Krrish Dholakia
c90da63650 test(test_completion.py): skip sagemaker test - aws account suspended 2024-04-04 09:52:24 -07:00
Ishaan Jaff
bb9440fde6 (ci/cd) run again 2024-04-03 21:02:08 -07:00
Ishaan Jaff
0f6b31a49a ci/cd run again 2024-04-03 20:13:46 -07:00
Ishaan Jaff
c6c6bd677e ci/cd run again 2024-04-01 07:40:05 -07:00
Krrish Dholakia
69f27aa25c fix(factory.py): parse list in xml tool calling response (anthropic)
improves tool calling outparsing to check if list in response. Also returns the raw response back to the user via `response._hidden_params["original_response"]`, so user can see exactly what anthropic returned
2024-03-29 11:51:26 -07:00
Krrish Dholakia
271fe184eb fix(sagemaker.py): support model_id consistently. support dynamic args for async calls 2024-03-29 09:05:00 -07:00
Krrish Dholakia
62ac3e1de4 fix(sagemaker.py): support 'model_id' param for sagemaker
allow passing inference component param to sagemaker in the same format as we handle this for bedrock
2024-03-29 08:43:17 -07:00
Krrish Dholakia
f69d6729d4 test(test_completion.py): skip unresponsive endpoint 2024-03-27 20:12:22 -07:00
Ishaan Jaff
9668824d77 (test) claude-1 api is unstable 2024-03-26 08:07:16 -07:00
Krrish Dholakia
4e61fbf7d7 test(test_completion.py): make default claude 3 test message multi-turn 2024-03-23 14:34:42 -07:00
Krrish Dholakia
2e88a22d63 test(test_completion.py): fix claude multi-turn conversation test 2024-03-23 00:56:41 -07:00
Ishaan Jaff
cae1c24227 (ci/cd) run again 2024-03-18 21:24:24 -07:00
Krish Dholakia
06cb2652ca Merge branch 'main' into support_anthropic_function_result 2024-03-16 09:58:08 -07:00
Zihao Li
a855bf79f3 Add tool result submission to claude 3 function call test and claude 3 multi-turn conversion to ensure alternating message roles 2024-03-16 01:40:36 +08:00
Krish Dholakia
b0d530d029 Merge pull request #2535 from BerriAI/litellm_fireworks_ai_support
feat(utils.py): add native fireworks ai support
2024-03-15 10:02:53 -07:00
Krrish Dholakia
0783a3f247 feat(utils.py): add native fireworks ai support
addresses - https://github.com/BerriAI/litellm/issues/777, https://github.com/BerriAI/litellm/issues/2486
2024-03-15 09:09:59 -07:00
ishaan-jaff
88f9122b25 (ci/cd) check triggers 2024-03-15 08:21:16 -07:00
ishaan-jaff
e2dd83ee9e (ci/cd) check linked triggers 2024-03-15 08:17:55 -07:00
ishaan-jaff
75dc7514d1 (ci/cd) check actions run 2024-03-14 20:58:22 -07:00
ishaan-jaff
4674e00f43 (ci/cd) fix litellm triggers on commits 2024-03-14 20:50:02 -07:00
ishaan-jaff
eed6b6f422 (ci/cd) run testing again 2024-03-13 21:47:56 -07:00
Krish Dholakia
bf0adfc246 Merge pull request #2473 from BerriAI/litellm_fix_compatible_provider_model_name
fix(openai.py): return model name with custom llm provider for openai-compatible endpoints (e.g. mistral, together ai, etc.)
2024-03-12 12:58:29 -07:00
Ishaan Jaff
15591d0978 Merge pull request #2474 from BerriAI/litellm_support_command_r
[New-Model] Cohere/command-r
2024-03-12 11:11:56 -07:00
ishaan-jaff
f3725e702b (feat) add cohere_chat to model_prices 2024-03-12 10:51:33 -07:00
ishaan-jaff
1f7333e9bc (feat) exception mapping for cohere_chat 2024-03-12 10:45:42 -07:00
ishaan-jaff
6fc527b778 (test) command_r 2024-03-12 10:30:33 -07:00
Krrish Dholakia
e94c4f818c fix(openai.py): return model name with custom llm provider for openai compatible endpoints 2024-03-12 10:30:10 -07:00
ishaan-jaff
fb52a98e81 (fix) support streaming for azure/instruct models 2024-03-12 09:50:43 -07:00
ishaan-jaff
c5ebbd1868 (feat) support azure/gpt-instruct models 2024-03-12 09:30:15 -07:00
ishaan-jaff
92a5f232e2 (ci/cd) test 2024-03-09 18:45:27 -08:00
ishaan-jaff
82e4e01c5a (fix) config.yml 2024-03-09 18:23:57 -08:00
ishaan-jaff
bef38f886b (fix) use python 3.8 for testing 2024-03-09 16:56:46 -08:00
ishaan-jaff
4f39c8bf28 (test) name with claude-3 2024-03-08 09:33:54 -08:00
ishaan-jaff
e1e9c6dbd2 (test) ci/cd run again 2024-03-06 20:40:27 -08:00
Krish Dholakia
d0dec7fc71 Merge pull request #2379 from BerriAI/litellm_s3_bucket_folder_path
fix(caching.py): add s3 path as a top-level param
2024-03-06 19:35:46 -08:00
Krish Dholakia
050a056e09 Merge pull request #2347 from BerriAI/litellm_retry_rate_limited_requests
feat(proxy_server.py): retry if virtual key is rate limited
2024-03-06 19:23:11 -08:00
Krrish Dholakia
6029be00d1 test(test_completion.py): temporary patch for wikipedia get image issue 2024-03-06 19:07:38 -08:00