Commit graph

607 commits

Author SHA1 Message Date
Krrish Dholakia
9c0b475a14 test(test_proxy.py): deprecating cli tool 2023-10-21 15:53:42 -07:00
Krrish Dholakia
cd0e699bcf fix(main.py): multiple deployments fix - run in parallel 2023-10-21 14:28:50 -07:00
ishaan-jaff
2a351eab8d (test) retry testing 2023-10-20 17:42:48 -07:00
ishaan-jaff
d8ab3ec2b9 (test) caching tests 2023-10-20 15:00:40 -07:00
ishaan-jaff
66206aea3a (test) native perplexity ai api test 2023-10-20 14:29:07 -07:00
ishaan-jaff
3548a6ffc3 (test) test accessing class attributes for streamed responses 2023-10-20 13:06:25 -07:00
Krrish Dholakia
1f1cf7a11c feat(main.py): support multiple deployments in 1 completion call 2023-10-20 13:01:53 -07:00
Krrish Dholakia
4eeadd284a feat(utils.py): adding encode and decode functions 2023-10-20 11:59:47 -07:00
Krrish Dholakia
8ad152a7a4 test(test_proxy.py): fix azure test 2023-10-20 09:21:59 -07:00
ishaan-jaff
8e9340f3b9 (fix) llmonitor track function calls 2023-10-20 09:05:14 -07:00
Krrish Dholakia
04f8840a92 test: fix linting testing 2023-10-19 18:40:33 -07:00
Krrish Dholakia
8dda69e216 feat(utils.py): add register model helper function 2023-10-19 18:26:36 -07:00
ishaan-jaff
3f3af9dae7 (test) add slack custom webhook testing 2023-10-19 09:11:58 -07:00
Krrish Dholakia
50a3c9768b test(init.py): improving testing for get_model_cost_map
b69449a811
2023-10-18 14:55:36 -07:00
Krrish Dholakia
b69449a811 fix(init.py): adding local cached copy of model mapping for fallbacks 2023-10-18 13:59:12 -07:00
Krrish Dholakia
e35562d188 fix(router.py): completing redis support work for router 2023-10-18 12:13:00 -07:00
ishaan-jaff
92b56de2db (test) langsmith logger with metadata 2023-10-18 12:00:30 -07:00
ishaan-jaff
c9763789f3 (test) test langsmith logger 2023-10-18 11:39:37 -07:00
ishaan-jaff
85f13e8655 (test) fix wandb logger 2023-10-18 10:20:26 -07:00
Krrish Dholakia
fa488e29e0 fix(test_proxy.py): fix tests 2023-10-17 22:34:12 -07:00
Krrish Dholakia
b20cf3171b feat(router.py): add routing capabilities for multiple deployments 2023-10-17 22:28:31 -07:00
ishaan-jaff
46cd3cb7a4 (test) wandb logger 2023-10-17 18:04:55 -07:00
ishaan-jaff
b6b9f9487d (test) add weights & biases logger 2023-10-17 18:01:53 -07:00
Krrish Dholakia
b67fe857dd test(test_proxy.py): add tests for debugging 2023-10-17 16:47:48 -07:00
Krrish Dholakia
22937b3b16 test(test_proxy.py): adding testing for proxy server 2023-10-17 16:29:11 -07:00
ishaan-jaff
4cccad35f4 (feat) bump langfuse logger, track function responses, completion() metadata like temp, max_tokens etc 2023-10-17 11:51:05 -07:00
ishaan-jaff
205f4a59e9 (test) langfuse updates 2023-10-16 21:42:01 -07:00
ishaan-jaff
730ee6a7ae (test) langfuse logging with custom gen name 2023-10-16 21:34:44 -07:00
ishaan-jaff
6950e10a49 (test) update langchain tests 2023-10-16 20:24:10 -07:00
ishaan-jaff
7848f1b5b7 (feat) new function_to_dict litellm.util 2023-10-14 18:26:15 -07:00
ishaan-jaff
02e97acefa (test) deep infra testing for mistral 2023-10-14 16:47:25 -07:00
ishaan-jaff
cacfac5726 (test) fix azure embedding test 2023-10-13 22:19:34 -07:00
ishaan-jaff
5e5c314bec (test) fix azure test 2023-10-13 22:18:53 -07:00
Krrish Dholakia
91c8e92e71 fix(openai.p): adding support for exception mapping for openai-compatible apis via http calls 2023-10-13 21:56:51 -07:00
ishaan-jaff
5d2881a2ce (tests) add 2023-10-13 21:16:41 -07:00
ishaan-jaff
b77492d574 (tests) add azure/embedding search 2023-10-13 21:09:08 -07:00
ishaan-jaff
1502ba6a06 (test) add langchain ChatLiteLLM testing 2023-10-13 12:56:41 -07:00
ishaan-jaff
feb91413ec (test) openrouter test use gpt-3.5 instead of gpt-4-32k 2023-10-12 21:29:35 -07:00
ishaan-jaff
3da89a58ae (test) temp comment unstable NLP Cloud API test 2023-10-12 18:24:37 -07:00
ishaan-jaff
d6a9349685 (tests) fix test_completion_catch_nlp_exception to catch functions sent to nlp cloud 2023-10-12 18:11:02 -07:00
ishaan-jaff
dc879910e7 (test) load_dotenv in streaming tests 2023-10-12 16:35:33 -07:00
ishaan-jaff
e01d83cea6 (feat) bedrock add finish_reason to streaming responses 2023-10-12 16:22:34 -07:00
ishaan-jaff
0937d07d6d (test) catch bedrock RateLimitErrors 2023-10-12 16:04:32 -07:00
ishaan-jaff
93ceafc44b (test) try replicate test streaming with verbose mode 2023-10-12 15:48:20 -07:00
ishaan-jaff
8e756940dc (tests) remove old replicate stability ai tests 2023-10-12 15:45:09 -07:00
ishaan-jaff
cc2b19b893 (test) fix failing replicate test, catch AuthenticationError 2023-10-12 15:24:33 -07:00
ishaan-jaff
3839be8ed8 (tests) delete old testing files 2023-10-12 15:10:18 -07:00
ishaan-jaff
f8e3c11a38 (test) add logging to replicate test 2023-10-12 10:32:33 -07:00
ishaan-jaff
67168bf802 (test) openai api currently flaky - leading to failures 2023-10-11 22:32:53 -07:00
ishaan-jaff
60e9433476 (test) flaky cohere endpoint for streaming 2023-10-11 22:11:20 -07:00