Commit graph

444 commits

Author SHA1 Message Date
ishaan-jaff
57aed8c7cd (ci/cd) run again 2024-02-13 07:08:26 -08:00
ishaan-jaff
b4335dbad5 (ci/cd) run again 2024-02-12 22:20:42 -08:00
ishaan-jaff
09014e4b64 (ci/cd) run again 2024-02-12 21:58:13 -08:00
ishaan-jaff
d565b4cf6f (ci/cd) run again 2024-02-12 21:46:48 -08:00
Krrish Dholakia
6b00bee6f4 test: api error handling 2024-02-12 09:11:46 -08:00
Krrish Dholakia
07aa05bf17 fix(test_parallel_request_limiter.py): use mock responses for streaming 2024-02-08 21:45:38 -08:00
Krrish Dholakia
6e2c8732c9 fix(bedrock.py): raise exception for amazon titan null response 2024-02-08 21:12:25 -08:00
ishaan-jaff
7e13750710 (ci/cd) runn again 2024-02-07 17:13:13 -08:00
ishaan-jaff
14637573a3 (ci/cd) run again 2024-02-07 16:55:38 -08:00
ishaan-jaff
54ace0933e (fix) model_prices_and_context_window.json error 2024-02-07 15:42:37 -08:00
ishaan-jaff
fc50abe6d1 (ci/cd) run again 2024-02-06 18:25:15 -08:00
ishaan-jaff
3017377740 (ci/cd) run again 2024-02-06 16:08:25 -08:00
ishaan-jaff
ad4b6be3ee (ci/cd) run again 2024-02-06 14:00:27 -08:00
Krrish Dholakia
84a60c7957 test(test_completion.py): fix test 2024-02-06 13:29:47 -08:00
Krrish Dholakia
dccd72fea1 fix(utils.py): round max tokens to be int always 2024-02-06 13:10:52 -08:00
ishaan-jaff
1e0f7fe167 (ci/cd) run again 2024-02-06 13:02:36 -08:00
ishaan-jaff
5c71590b84 (ci/cd) run again 2024-02-06 12:53:47 -08:00
ishaan-jaff
04a2e1f610 (ci/cd) run again 2024-02-06 12:22:24 -08:00
ishaan-jaff
e008f67637 (ci/cd) run in verbose mode 2024-02-06 10:57:20 -08:00
Krish Dholakia
92d50616c2 Merge pull request #1805 from BerriAI/litellm_cost_tracking_image_gen
feat(utils.py): support cost tracking for openai/azure image gen models
2024-02-03 22:23:22 -08:00
Krrish Dholakia
bd9c1764cb test(test_completion.py): fix test 2024-02-03 21:44:57 -08:00
Krrish Dholakia
64dfb0a7cb test(test_completion.py): fix test 2024-02-03 21:30:45 -08:00
Krish Dholakia
bf79d265d8 Merge pull request #1809 from BerriAI/litellm_embedding_caching_updates
Support caching individual items in embedding list (Async embedding only)
2024-02-03 21:04:23 -08:00
ishaan-jaff
26178104c2 (ci/cd) run again 2024-02-03 20:36:35 -08:00
ishaan-jaff
3dfe23de86 (test) tgai is unstable 2024-02-03 20:00:40 -08:00
Krrish Dholakia
740eda84ee fix(utils.py): support get_secret("TOGETHER_AI_TOKEN") 2024-02-03 19:35:09 -08:00
Krrish Dholakia
85a3515d83 fix(utils.py): route together ai calls to openai client
together ai is now openai-compatible

n
2024-02-03 19:22:48 -08:00
Krrish Dholakia
20eff6839a test(test_completion.py): skip flaky test 2024-02-02 18:44:17 -08:00
Krrish Dholakia
df815042de fix(main.py): for health checks, don't use cached responses 2024-02-02 16:51:42 -08:00
Krrish Dholakia
71ee4524c5 fix(utils.py): fix azure exception mapping 2024-02-01 19:05:20 -08:00
ishaan-jaff
6167eb159c (ci/cd) run again 2024-01-31 21:04:03 -08:00
ishaan-jaff
fafde08bdc (ci/cd) run again 2024-01-31 20:58:14 -08:00
ishaan-jaff
aec729a83f (ci/cd) run once more for good luck 2024-01-31 20:31:54 -08:00
ishaan-jaff
a90d9a413d (test) setting organization on litellm.completion 2024-01-30 10:36:10 -08:00
ishaan-jaff
139c76981b (ci/cd) run again 2024-01-29 21:09:13 -08:00
ishaan-jaff
f94493ecee (ci/cd) run again 2024-01-29 21:03:42 -08:00
ishaan-jaff
6cefc98bc0 (ci/cd) run again 2024-01-29 18:24:39 -08:00
ishaan-jaff
081f5af4f7 (ci/cd) cohere api is flaky - run again 2024-01-29 12:08:23 -08:00
ishaan-jaff
a360f1a50d (fix) cohere test 2024-01-29 11:36:00 -08:00
ishaan-jaff
e7962b5363 (ci/cd) run again 2024-01-29 11:29:32 -08:00
ishaan-jaff
f0775e8dca (ci/cd) run again 2024-01-29 10:36:25 -08:00
ishaan-jaff
c52256ca9c (ci/cd) run again 2024-01-29 09:46:44 -08:00
ishaan-jaff
a636e8d238 (ci/cd) run again 2024-01-29 09:15:53 -08:00
ishaan-jaff
fa6f4e7077 (test) gpt-4-0125-preview 2024-01-25 14:42:10 -08:00
ishaan-jaff
9514efb62b (test) same response id across chunks 2024-01-23 12:57:04 -08:00
ishaan-jaff
8a55cd7fdd (test) fix incorrect test lol 2024-01-23 08:21:14 -08:00
Krrish Dholakia
3636558e31 fix(__init__.py): enable logging.debug to true if set verbose is true 2024-01-23 07:32:30 -08:00
ishaan-jaff
83f8e0c177 (test) test_completion_sagemaker_stream 2024-01-22 21:57:26 -08:00
Krrish Dholakia
480c3d3991 feat(utils.py): support custom cost tracking per second
https://github.com/BerriAI/litellm/issues/1374
2024-01-22 15:15:34 -08:00
ishaan-jaff
ccb41de8d8 (ci/cd) deploy again 2024-01-22 08:25:17 -08:00