Commit graph

1376 commits

Author SHA1 Message Date
Krrish Dholakia
998ca2d000 test(test_health_check.py): fix azure embedding health check test 2023-12-28 10:48:31 +05:30
Krrish Dholakia
2285282ef8 feat(health_check.py): more detailed health check calls 2023-12-28 09:12:57 +05:30
ishaan-jaff
9214cc913b (test) proxy - debug /health 2023-12-27 19:18:41 +05:30
ishaan-jaff
a27ba3fd69 (test) langfuse - mark beta test 2023-12-27 18:43:49 +05:30
ishaan-jaff
db80d4f1a6 (ci/cd) move langfuse test early 2023-12-27 17:50:44 +05:30
ishaan-jaff
914111b525 (test) langfuse logging 2023-12-27 17:50:05 +05:30
Krrish Dholakia
606de01ac0 fix(utils.py): allow text completion input to be either model or engine 2023-12-27 17:24:16 +05:30
Krrish Dholakia
2af635e9fd test(test_router_fallbacks.py): fix test to check previous models in pre_api_call not on success 2023-12-27 16:34:40 +05:30
ishaan-jaff
9d78f4b1ce (test) langfuse beta test - text_completion 2023-12-27 15:45:40 +05:30
ishaan-jaff
3d2049a9f0 (test) gpt-3.5-turbo-instruct finish reason 2023-12-27 15:45:40 +05:30
Krrish Dholakia
db6ef70a68 fix(azure.py): raise streaming exceptions 2023-12-27 15:43:13 +05:30
ishaan-jaff
dae379b052 (test) fix langfuse test 2023-12-27 15:20:26 +05:30
Krrish Dholakia
517b22604b test(test_router_fallbacks.py): add testing for sync streaming fallbacks 2023-12-27 15:10:43 +05:30
Krrish Dholakia
fd5e6efb1d fix(azure.py,-openai.py): correctly raise errors if streaming calls fail 2023-12-27 15:08:37 +05:30
ishaan-jaff
48eee4e0c2 (test) local ollama_chat 2023-12-26 20:11:14 +05:30
ishaan-jaff
b91344e9e7 (test) ollama_chat acompletion without stream 2023-12-26 20:01:51 +05:30
Krrish Dholakia
b25a8c3b42 fix(main.py): support ttl being set for completion, embedding, image generation calls 2023-12-26 17:22:40 +05:30
ishaan-jaff
c95a0cdcc0 (test) azure gpt-vision 2023-12-26 15:24:20 +05:30
ishaan-jaff
f6f552be6e (test) stream + logprobs openai 2023-12-26 15:15:37 +05:30
ishaan-jaff
749860ec3b (test) openai logprobs 2023-12-26 14:00:42 +05:30
ishaan-jaff
eb6d8364be (test) azure gpt-4 vision test 2023-12-26 13:18:38 +05:30
ishaan-jaff
2616a564a1 (feat) add langfuse logging tests to ci/cd 2023-12-26 09:16:13 +05:30
ishaan-jaff
cd4c9a6543 (test) ollama cht 2023-12-26 00:08:35 +05:30
ishaan-jaff
a2d963ce22 bump: version 1.15.7 → 1.15.8 2023-12-26 00:07:57 +05:30
ishaan-jaff
5db0fc7a5b (test) ollama-chat 2023-12-25 23:59:24 +05:30
ishaan-jaff
53ab7db8dd (test) ollama chat 2023-12-25 23:04:17 +05:30
Krrish Dholakia
79978c44ba refactor: add black formatting 2023-12-25 14:11:20 +05:30
ishaan-jaff
f610148398 (test) ollama json mode 2023-12-25 14:00:56 +05:30
Krrish Dholakia
72e8c84914 build(test_streaming.py): fix linting issues 2023-12-25 07:34:54 +05:30
Krrish Dholakia
6d73a77b01 fix(proxy_server.py): raise streaming exceptions 2023-12-25 07:18:09 +05:30
Krrish Dholakia
70f4dabff6 feat(gemini.py): add support for completion calls for gemini-pro (google ai studio) 2023-12-24 09:42:58 +05:30
Krrish Dholakia
b7a7c3a4e5 feat(ollama.py): add support for async ollama embeddings 2023-12-23 18:01:25 +05:30
Krrish Dholakia
2b9615595b fix(test_azure_perf.py): fix linting 2023-12-23 13:25:00 +05:30
Krrish Dholakia
7e94885616 test(test_azure_perf.py): add perf testing for azure router streaming 2023-12-23 13:20:19 +05:30
Krrish Dholakia
429fbf05d4 Revert "test(test_azure_perf.py): add perf testing for router streaming"
This reverts commit 4fa7f19888.
2023-12-23 13:19:07 +05:30
Krrish Dholakia
f38867c8b7 test(test_azure_perf.py): add perf testing for router streaming 2023-12-23 13:16:49 +05:30
Krrish Dholakia
a23fbe4d25 test: skip flaky tests 2023-12-23 12:37:38 +05:30
Krrish Dholakia
d1dea7c87d fix(utils.py): log user_id to langfuse 2023-12-23 12:14:09 +05:30
Krish Dholakia
a52bb3ff1c Merge pull request #1182 from sumanth13131/usage-based-routing-fix
usage_based_routing_fix
2023-12-23 11:50:34 +05:30
Krish Dholakia
fc395185af Merge pull request #1183 from maxdeichmann/improve-langchain-integration
Improve langfuse integration
2023-12-23 11:47:36 +05:30
Krrish Dholakia
c8d3a609e1 fix(langsmith.py): fix langsmith streaming logging 2023-12-23 10:02:35 +05:30
Krrish Dholakia
fc33429628 bump: version 1.15.5 → 1.15.6 2023-12-22 12:24:20 +05:30
Krrish Dholakia
a65dfdde94 test(test_completion.py-+-test_streaming.py): add ollama endpoint to ci/cd pipeline 2023-12-22 12:21:33 +05:30
Krrish Dholakia
e3d486efe2 fix(utils.py): handle 'os.environ/' being passed in as kwargs 2023-12-22 11:08:44 +05:30
Max Deichmann
15ccf02f1e Merge branch 'main' into improve-langchain-integration 2023-12-21 23:50:01 +01:00
Krrish Dholakia
158325497d feat(proxy_server.py): add new images/generation endpoint 2023-12-21 15:39:09 +05:30
Krrish Dholakia
c084f04a35 fix(router.py): add support for async image generation endpoints 2023-12-21 14:38:44 +05:30
Krrish Dholakia
fc935f0972 fix(proxy/utils.py): jsonify object before db writes 2023-12-21 13:03:14 +05:30
Krrish Dholakia
ee2a467708 fix(azure.py): correctly raise async exceptions 2023-12-21 12:23:07 +05:30
Krrish Dholakia
18a981b624 test(test_amazing_vertex_completion.py): fix project name 2023-12-21 12:14:34 +05:30