Commit graph

459 commits

Author SHA1 Message Date
ishaan-jaff
519b3914a1 (ci/cd) run again 2024-02-28 11:55:40 -08:00
ishaan-jaff
a40590d849 (ci/cd) run again 2024-02-27 20:49:04 -08:00
ishaan-jaff
a6254af1f1 (ci/cd) run again 2024-02-27 20:35:06 -08:00
ishaan-jaff
2731fb3a7d (ci/cd) run again 2024-02-26 18:54:21 -08:00
Krrish Dholakia
01e6c7ed89 test(test_completion.py): remove deprecated together ai model 2024-02-22 21:33:34 -08:00
ishaan-jaff
ef44adaac6 (ci/cd) run again 2024-02-21 22:27:24 -08:00
Krrish Dholakia
f6e52ac771 test: handle api errors for gemini/palm testing 2024-02-21 21:44:08 -08:00
Krrish Dholakia
b011c8b93a test(test_completion.py): handle palm failing 2024-02-21 20:44:44 -08:00
Krrish Dholakia
45eb4a5fcc fix(gemini.py): fix async streaming + add native async completions 2024-02-19 22:41:36 -08:00
ishaan-jaff
fff2ec08a4 (ci/cd) run again 2024-02-17 19:23:40 -08:00
Krrish Dholakia
86886de9d8 test(test_completion.py): handle azure gpt-4 vision internal error 2024-02-16 13:16:46 -08:00
Krrish Dholakia
a910490d3b fix: fix tests 2024-02-15 21:27:54 -08:00
Krrish Dholakia
74c7cb2898 test(test_completion.py): skip flaky test 2024-02-15 16:38:22 -08:00
ishaan-jaff
a575efb4ee (fix) fix moderation test 2024-02-14 11:40:58 -08:00
Krrish Dholakia
dc0b2b4501 test(test_completion.py): fix test 2024-02-13 22:13:48 -08:00
ishaan-jaff
d95eb6ca43 (ci/cd) run again 2024-02-13 07:08:26 -08:00
ishaan-jaff
899962a5f1 (ci/cd) run again 2024-02-12 22:20:42 -08:00
ishaan-jaff
b0815e186b (ci/cd) run again 2024-02-12 21:58:13 -08:00
ishaan-jaff
05a9ec2365 (ci/cd) run again 2024-02-12 21:46:48 -08:00
Krrish Dholakia
5d59fa166c test: api error handling 2024-02-12 09:11:46 -08:00
Krrish Dholakia
b9393fb769 fix(test_parallel_request_limiter.py): use mock responses for streaming 2024-02-08 21:45:38 -08:00
Krrish Dholakia
841639333b fix(bedrock.py): raise exception for amazon titan null response 2024-02-08 21:12:25 -08:00
ishaan-jaff
e914dfa940 (ci/cd) runn again 2024-02-07 17:13:13 -08:00
ishaan-jaff
bbbd37f0cb (ci/cd) run again 2024-02-07 16:55:38 -08:00
ishaan-jaff
68926c6524 (fix) model_prices_and_context_window.json error 2024-02-07 15:42:37 -08:00
ishaan-jaff
7b26b3b789 (ci/cd) run again 2024-02-06 18:25:15 -08:00
ishaan-jaff
6369424629 (ci/cd) run again 2024-02-06 16:08:25 -08:00
ishaan-jaff
223cc88f0c (ci/cd) run again 2024-02-06 14:00:27 -08:00
Krrish Dholakia
fa5f4b9774 test(test_completion.py): fix test 2024-02-06 13:29:47 -08:00
Krrish Dholakia
22913945b0 fix(utils.py): round max tokens to be int always 2024-02-06 13:10:52 -08:00
ishaan-jaff
b28de5e329 (ci/cd) run again 2024-02-06 13:02:36 -08:00
ishaan-jaff
8c0f912780 (ci/cd) run again 2024-02-06 12:53:47 -08:00
ishaan-jaff
506c14b896 (ci/cd) run again 2024-02-06 12:22:24 -08:00
ishaan-jaff
405a44727c (ci/cd) run in verbose mode 2024-02-06 10:57:20 -08:00
Krish Dholakia
640572647a
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
66565f96b1 test(test_completion.py): fix test 2024-02-03 21:44:57 -08:00
Krrish Dholakia
3a19c8b600 test(test_completion.py): fix test 2024-02-03 21:30:45 -08:00
Krish Dholakia
28df60b609
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
1155025e6a (ci/cd) run again 2024-02-03 20:36:35 -08:00
ishaan-jaff
774cbbde52 (test) tgai is unstable 2024-02-03 20:00:40 -08:00
Krrish Dholakia
efb6123d28 fix(utils.py): support get_secret("TOGETHER_AI_TOKEN") 2024-02-03 19:35:09 -08:00
Krrish Dholakia
c49c88c8e5 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
2d59331148 test(test_completion.py): skip flaky test 2024-02-02 18:44:17 -08:00
Krrish Dholakia
62ad6f19b7 fix(main.py): for health checks, don't use cached responses 2024-02-02 16:51:42 -08:00
Krrish Dholakia
245ec2430e fix(utils.py): fix azure exception mapping 2024-02-01 19:05:20 -08:00
ishaan-jaff
d90e04b531 (ci/cd) run again 2024-01-31 21:04:03 -08:00
ishaan-jaff
9446fbd7cc (ci/cd) run again 2024-01-31 20:58:14 -08:00
ishaan-jaff
b61204c1ca (ci/cd) run once more for good luck 2024-01-31 20:31:54 -08:00
ishaan-jaff
8fdff3beec (test) setting organization on litellm.completion 2024-01-30 10:36:10 -08:00
ishaan-jaff
36f1e4196f (ci/cd) run again 2024-01-29 21:09:13 -08:00