Commit graph

1556 commits

Author SHA1 Message Date
ishaan-jaff
1ad450218d (test) text completion 2023-11-06 08:37:01 -08:00
ishaan-jaff
e5e9c0f9df (test) text_completion more testing 2023-11-06 08:36:50 -08:00
Krrish Dholakia
4dd1913da1 bump: version 0.13.3.dev1 → 0.13.3.dev2 2023-11-06 06:44:15 -08:00
Krrish Dholakia
c55db28b6f fix(utils.py): better exception raising if logging object is not able to get set 2023-11-06 06:34:27 -08:00
Krrish Dholakia
21ae940992 bump: version 0.13.1 → 0.13.2.dev1 2023-11-05 21:12:13 -08:00
Krrish Dholakia
c3916a7754 feat(utils.py): adding additional states for custom logging 2023-11-04 17:07:20 -07:00
Krrish Dholakia
5bd6d6ff4c test(test_completion.py): num retries 3 2023-11-04 15:55:56 -07:00
Krrish Dholakia
763ecf681a test(test_text_completion.py): fixing print verbose 2023-11-04 14:03:09 -07:00
Krrish Dholakia
49bca64098 test(test_batch_completions.py): handle timeouts 2023-11-04 13:35:04 -07:00
ishaan-jaff
9132efe7c4 (test) anyscale stream 2023-11-04 13:23:19 -07:00
ishaan-jaff
ae3071e8f8 (test) anyscale streaming 2023-11-04 13:23:02 -07:00
ishaan-jaff
38ff9f2b6f (fix) test get_model_cost_map 2023-11-04 09:12:22 -07:00
ishaan-jaff
5f26da58a1 (test) model prices json 2023-11-04 09:01:26 -07:00
ishaan-jaff
3e508ea257 (test) text_completion responses 2023-11-03 22:14:36 -07:00
Krrish Dholakia
4c895d2e91 test(test_completion.py): cleanup 2023-11-03 18:31:41 -07:00
Krrish Dholakia
1c4dd0671b fix(bedrock.py): add exception mapping coverage for authentication scenarios 2023-11-03 18:25:34 -07:00
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