Krrish Dholakia
|
1f5a1122fc
|
fix(replicate.py): fix custom prompt formatting
|
2023-11-29 19:44:09 -08:00 |
|
ishaan-jaff
|
c05da0797b
|
(feat) Embedding: Async Azure
|
2023-11-29 19:43:47 -08:00 |
|
ishaan-jaff
|
53554bae85
|
(test) aembedding
|
2023-11-29 19:36:42 -08:00 |
|
ishaan-jaff
|
10e21ae978
|
(test) aembedding
|
2023-11-29 19:35:32 -08:00 |
|
ishaan-jaff
|
3891462b29
|
(fix) router: azure/embedding support
|
2023-11-29 19:06:36 -08:00 |
|
ishaan-jaff
|
305faab542
|
(test) router:get_available_deployment
|
2023-11-29 17:54:41 -08:00 |
|
ishaan-jaff
|
7a38a45d62
|
(test) test weighted selection router
|
2023-11-29 17:30:18 -08:00 |
|
ishaan-jaff
|
48416f8018
|
(test) add rpm to load test profiling
|
2023-11-29 17:14:34 -08:00 |
|
Krrish Dholakia
|
ab76daa90b
|
fix(bedrock.py): support ai21 / bedrock streaming
|
2023-11-29 16:35:06 -08:00 |
|
Krrish Dholakia
|
7175cac1de
|
test(test_custom_logger.py): comment out streaming/success test due to pytest build issues
|
2023-11-29 12:18:02 -08:00 |
|
Krrish Dholakia
|
2b437a2699
|
fix(utils.py): return last streaming chunk
|
2023-11-29 12:11:08 -08:00 |
|
Krrish Dholakia
|
a9ed768991
|
fix(azure.py): fix error handling for openai/azure streaming
|
2023-11-29 11:52:24 -08:00 |
|
Krrish Dholakia
|
b6bc75e27a
|
fix(utils.py): fix parallel tool calling when streaming
|
2023-11-29 10:56:21 -08:00 |
|
Krrish Dholakia
|
3154cd1758
|
test(test_exceptions.py): cleanup testing
|
2023-11-28 21:11:49 -08:00 |
|
ishaan-jaff
|
4c4dde60c7
|
(ci/cd) test exceptions
|
2023-11-28 21:11:12 -08:00 |
|
Krrish Dholakia
|
bb1267eb07
|
fix(router.py): fix exponential backoff to use retry-after if present in headers
|
2023-11-28 17:25:03 -08:00 |
|
ishaan-jaff
|
f4a7760ea1
|
(feat+test) use passed OpenAI client
|
2023-11-28 16:09:10 -08:00 |
|
ishaan-jaff
|
01c38d37fa
|
(test) pass client to Azure completion
|
2023-11-28 15:57:11 -08:00 |
|
ishaan-jaff
|
1a0b683a8e
|
(test) using client: compleition
|
2023-11-28 15:44:56 -08:00 |
|
Krrish Dholakia
|
094144de58
|
fix(router.py): removing model id before making call
|
2023-11-28 10:09:45 -08:00 |
|
Krrish Dholakia
|
150b91d476
|
fix(utils.py): fix streaming on-success logging
|
2023-11-28 09:11:47 -08:00 |
|
Krrish Dholakia
|
c4aea7432f
|
build: adding debug logs to gitignore
|
2023-11-27 22:05:07 -08:00 |
|
ishaan-jaff
|
c52861906b
|
(test) router cooldowns
|
2023-11-27 22:03:02 -08:00 |
|
Krrish Dholakia
|
e8331a4647
|
fix(utils.py): azure tool calling streaming
|
2023-11-27 19:07:38 -08:00 |
|
Krrish Dholakia
|
4cdd930fa2
|
fix(stream_chunk_builder): adding support for tool calling in completion counting
|
2023-11-27 18:39:47 -08:00 |
|
Krrish Dholakia
|
04f745e314
|
fix(router.py): speed improvements to the router
|
2023-11-27 17:35:26 -08:00 |
|
ishaan-jaff
|
18d9222945
|
(test) litellm using uuid for model name
|
2023-11-27 16:37:39 -08:00 |
|
ishaan-jaff
|
37f3b1edd1
|
(ci/cd) run again
|
2023-11-27 11:12:11 -08:00 |
|
ishaan-jaff
|
a4754f9098
|
(test) competion
|
2023-11-27 10:13:46 -08:00 |
|
ishaan-jaff
|
26938f697e
|
(feat) completion:debugging - show raw POST request
|
2023-11-27 10:13:37 -08:00 |
|
ishaan-jaff
|
90687d51f1
|
(test) sagemaker add chat models
|
2023-11-27 10:11:56 -08:00 |
|
Krrish Dholakia
|
fa713abfc3
|
fix(router.py): check for fallbacks in completion params for router
|
2023-11-25 18:46:45 -08:00 |
|
ishaan-jaff
|
2c4f52b6b1
|
(fix) linting
|
2023-11-25 15:46:07 -08:00 |
|
ishaan-jaff
|
0b56d584aa
|
(test) openai exception mapping for openai.AuthenticationError
|
2023-11-25 15:43:46 -08:00 |
|
ishaan-jaff
|
afaca3f819
|
(fix) acompletion: Raise same error as completion
|
2023-11-25 15:33:46 -08:00 |
|
Krrish Dholakia
|
ab0bc87427
|
fix(router.py): check if fallbacks is none
|
2023-11-25 14:58:07 -08:00 |
|
Krrish Dholakia
|
95579fda7d
|
fix(utils.py): fix bedrock + cohere calls
|
2023-11-25 14:45:42 -08:00 |
|
Krrish Dholakia
|
2eb7386095
|
fix(utils.py): fix embedding response object conversion
|
2023-11-25 14:25:06 -08:00 |
|
Krrish Dholakia
|
6d9f7b8f9d
|
fix: fix nlp cloud streaming
|
2023-11-25 13:45:23 -08:00 |
|
Krrish Dholakia
|
30f47d3169
|
bump: version 1.7.0 → 1.7.1
|
2023-11-25 12:34:28 -08:00 |
|
ishaan-jaff
|
fed620b202
|
(test) metadata test in embedding
|
2023-11-25 11:10:06 -08:00 |
|
ishaan-jaff
|
565d51a4b4
|
(test) metadata test in litellm.completion
|
2023-11-25 11:10:06 -08:00 |
|
ishaan-jaff
|
fbcdbf3a82
|
(fix) test embedding
|
2023-11-24 20:46:35 -08:00 |
|
ishaan-jaff
|
d9e1267b24
|
(fix) embedding test
|
2023-11-24 18:28:38 -08:00 |
|
ishaan-jaff
|
785c024324
|
(test) fix embedding
|
2023-11-24 18:14:06 -08:00 |
|
ishaan-jaff
|
ad1672b901
|
(test) fix embedding tests
|
2023-11-24 17:04:59 -08:00 |
|
Krrish Dholakia
|
e732fb8b97
|
fix(main.py): logit bias mapping for batch_completions
|
2023-11-24 16:05:51 -08:00 |
|
ishaan-jaff
|
41c6388185
|
(test) completion with many params
|
2023-11-24 14:01:21 -08:00 |
|
Krrish Dholakia
|
2686894823
|
fix(router.py): fix retry logic
|
2023-11-24 13:27:44 -08:00 |
|
Krrish Dholakia
|
16e1070dbe
|
test: refactor testing order
|
2023-11-24 12:47:28 -08:00 |
|