Commit graph

890 commits

Author SHA1 Message Date
Krrish Dholakia
142750adff fix(bedrock.py): fix bedrock exception mapping 2023-11-03 18:14:12 -07:00
ishaan-jaff
34751d8562 (test) add text_completion with prompt list 2023-11-03 18:03:19 -07:00
Krrish Dholakia
4e1885734a refactor(proxy_server.py): print statement showing how to add debug for logs 2023-11-03 17:41:14 -07:00
ishaan-jaff
e29b2e8ce4 (fix) testing text_completion 2023-11-03 16:39:06 -07:00
ishaan-jaff
382e31d7b7 (test) text_completion requests 2023-11-03 16:36:38 -07:00
ishaan-jaff
b8d0a0fbd1 (test) cleanup remove text_completion testing from completion() 2023-11-03 16:36:38 -07:00
ishaan-jaff
af674701af (test) add palm streaming 2023-11-03 13:09:39 -07:00
ishaan-jaff
43e69a7aa8 (test) vertex ai 2023-11-03 12:54:36 -07:00
ishaan-jaff
7c87d613ed (testing) test_function_call_non_openai_model 2023-11-02 17:26:30 -07:00
ishaan-jaff
9d090db2d4 (test) vertex llms 2023-11-02 16:31:13 -07:00
Krrish Dholakia
512a1637eb feat(completion()): enable setting prompt templates via completion() 2023-11-02 16:24:01 -07:00
ishaan-jaff
5a471caf16 (test) add cohere embedding v3 2023-11-02 10:17:40 -07:00
ishaan-jaff
76c007d542 (test) promptlayer logger 2023-11-02 08:18:00 -07:00
Krrish Dholakia
740460f390 fix(main.py): expose custom llm provider for text completions 2023-11-02 07:55:54 -07:00
ishaan-jaff
0a41443c3e (test) hf text_completion 2023-11-01 18:25:13 -07:00
Krrish Dholakia
2c4cb76ce5 fix(huggingface_restapi.py): fix embeddings for sentence-transformer models 2023-11-01 16:36:46 -07:00
ishaan-jaff
d492bca05e (test) test_stream_chunk_builder 2023-11-01 14:54:00 -07:00
ishaan-jaff
3fecab30d8 (test) amazon.titan-embed-text-v1 2023-11-01 14:46:46 -07:00
Krrish Dholakia
f9ff03d5af fix(utils.py): mapping stop sequences for palm 2023-11-01 14:00:45 -07:00
ishaan-jaff
a46d6a2dc9 (test) add bedrock/amazon.titan-embed-text-v1 2023-11-01 13:55:28 -07:00
Krrish Dholakia
fb4be198ee docs(routing.md): adding context window fallback dict and num retries 2023-11-01 13:52:18 -07:00
ishaan-jaff
d72cd8576e (test) use litellm.api_version 2023-11-01 11:52:01 -07:00
ishaan-jaff
317c290b69 (test) add num retries to caching testing 2023-11-01 11:42:40 -07:00
ishaan-jaff
70885bdba6 (test) stream chunk builder 2023-11-01 08:38:19 -07:00
ishaan-jaff
f6983223f9 (test) track usage in custom callback streaming 2023-10-31 23:05:42 -07:00
Krrish Dholakia
7762ae7762 feat(utils.py): accept context window fallback dictionary 2023-10-31 22:32:36 -07:00
ishaan-jaff
2f6fed30ad (test) bedrock.cohere testing 2023-10-31 22:26:43 -07:00
Krrish Dholakia
0ffb1dcc38 test(test_completion_with_retries.py): cleanup tests 2023-10-31 21:49:33 -07:00
Krrish Dholakia
125642563c feat(completion()): adding num_retries
https://github.com/BerriAI/litellm/issues/728
2023-10-31 19:14:55 -07:00
Krrish Dholakia
6ead8d8c18 fix(caching.py): fixing pr issues 2023-10-31 18:32:40 -07:00
ishaan-jaff
f016234cbf (test) text_completion add echo for hf 2023-10-31 18:20:59 -07:00
ishaan-jaff
e180bba541 (test) text completion add logprobs to test 2023-10-31 17:15:35 -07:00
Krrish Dholakia
4d95756432 test(test_completion.py): re-add bedrock + sagemaker testing 2023-10-31 16:49:13 -07:00
Krish Dholakia
9bef396d04
Merge pull request #722 from karvetskiy/fix-router-caching
Fix caching for Router
2023-10-31 16:39:18 -07:00
ishaan-jaff
85692398c1 (test) add support for returning logprobs 2023-10-31 15:33:45 -07:00
ishaan-jaff
b301e4ead7 (test) text_completion pass prompt as array 2023-10-31 14:29:43 -07:00
Krrish Dholakia
caa199d851 test: removing unstable tests 2023-10-30 21:10:36 -07:00
Krrish Dholakia
9a0c785741 test(test_async_fn.py): fix import issues 2023-10-30 20:57:24 -07:00
Krrish Dholakia
3743893e76 fix(main.py): removing print_verbose 2023-10-30 20:37:12 -07:00
Krrish Dholakia
c04cad208c test(test_sentry.py): fix testing 2023-10-30 20:21:40 -07:00
ishaan-jaff
0089442341 (test) add func to prompt 2023-10-30 20:06:06 -07:00
ishaan-jaff
ad2b75a8cc (test) fix test test_exception_tracking 2023-10-30 20:05:37 -07:00
Krrish Dholakia
9c70da56df test(test_async_fn.py): test logging 2023-10-30 19:59:36 -07:00
Krrish Dholakia
1cd43419b8 test(test_async_fn.py): debugging circle ci issue 2023-10-30 19:50:35 -07:00
Krrish Dholakia
a30fca4f60 test(test_async_fn.py): addding sync test 2023-10-30 19:38:31 -07:00
Krrish Dholakia
b798d7de89 test(test_async_fn.py): more logging 2023-10-30 18:39:10 -07:00
Krrish Dholakia
0c032d7b60 test(test_api_key_param.py): cleanup 2023-10-30 18:27:42 -07:00
Krrish Dholakia
844ab5f1e5 test(test_async_fn.py): add better error logging 2023-10-30 18:18:11 -07:00
Krrish Dholakia
0ed3917b09 feat(main.py): add support for maritalk api 2023-10-30 17:36:51 -07:00
seva
f4d65cf23d Add tests for cache with TTL 2023-10-30 13:35:55 +01:00