Commit Graph
3452 Commits
Author SHA1 Message Date
Krrish Dholakia 4198901a2d docs(token_usage.md): adding new register model function 2023-10-19 18:33:53 -07:00
Krrish Dholakia 1483484626 bump: version 0.10.2 → 0.11.0 2023-10-19 18:26:36 -07:00
Krrish Dholakia 8dda69e216 feat(utils.py): add register model helper function 2023-10-19 18:26:36 -07:00
Ishaan JaffandGitHub 90ce8e4afd Merge pull request #652 from pchalasani/fix-langroid
proxy server: fix langroid part
2023-10-19 15:34:40 -07:00
Prasad Chalasani 4e9b690460 proxy server: fix langroid part 2023-10-19 17:20:20 -04:00
Krrish Dholakia 41b7237c8a docs(gradio): fixing twitter handle for contributor 2023-10-19 11:37:32 -07:00
ishaan-jaff 8f13f376e4 (docs) perplexity ai provider 2023-10-19 10:02:39 -07:00
ishaan-jaff ba0fa553b4 (docs) cleanup integrations 2023-10-19 09:40:51 -07:00
Krrish Dholakia 7967f2a82e docs(proxy_server.md): clean up docs 2023-10-19 09:33:58 -07:00
ishaan-jaff 49097c5a3d (docs) add slack callback for litellm 2023-10-19 09:32:29 -07:00
ishaan-jaff 32e1bbb793 (docs) fix sidebar js 2023-10-19 09:14:21 -07:00
ishaan-jaff 3f3af9dae7 (test) add slack custom webhook testing 2023-10-19 09:11:58 -07:00
ishaan-jaff 310d65bd62 (feat) failure handler - log exceptions when incorrect model passed and result=None 2023-10-19 09:11:58 -07:00
ishaan-jaff 16f598aa3f (fix) allow using more than 1 custom callback 2023-10-19 09:11:58 -07:00
ishaan-jaff 5cf3c3dc86 (fix) allow using more than 1 custom callback 2023-10-19 09:11:58 -07:00
Krrish Dholakia 52ff9054e4 docs(proxy_server.md): refactor docs to improve docker image tutorial 2023-10-19 09:10:07 -07:00
Krish DholakiaandGitHub 5cb27d4580 Merge pull request #645 from dcruiz01/add-gradio-integration-tutorial
Tutorial for using LiteLLM within Gradio Chatbot Application
2023-10-19 08:36:46 -07:00
Nir Gazit c21e86faec fix: bugs in traceloop integration 2023-10-19 17:23:51 +02:00
Krrish Dholakia 00ac43c19a bump: version 0.10.1 → 0.10.2 2023-10-18 21:46:03 -07:00
Krrish Dholakia 01ba459682 fix(proxy_server.py): adding coverage for v1/models 2023-10-18 21:45:58 -07:00
Krrish Dholakia e0350bd0cb docs(routing.md): improve readability 2023-10-18 17:52:56 -07:00
Krrish Dholakia 8e982fcda6 docs(routing.md): cleanup 2023-10-18 17:48:11 -07:00
Krrish Dholakia 985dffe54b docs(routing.md): add proxy with multiple azure deployments to docs 2023-10-18 17:47:14 -07:00
ishaan-jaff d59491f704 (docs) calculate cost for streaming responses 2023-10-18 17:46:37 -07:00
ishaan-jaff 0a83d1a924 (docs) add how to track costs for streaming responses 2023-10-18 17:42:55 -07:00
Krrish Dholakia 3a8c8f56d6 feat(proxy_server.py): add model router to proxy 2023-10-18 17:40:08 -07:00
ZQandGitHub 47cfae618e Update sidebars.js 2023-10-18 17:37:59 -07:00
ishaan-jaff c8f8686d7c (docs) fix traceloop pip 2023-10-18 17:35:38 -07:00
Krrish Dholakia 3863920ea5 feat(proxy_cli.py): optional logging 2023-10-18 16:51:47 -07:00
Krrish Dholakia 2e5db47ad0 docs(routing.md): make title more clear 2023-10-18 16:39:05 -07:00
dcruiz01 b0e2992244 Added Gradio integration tutorial 2023-10-18 15:31:59 -07:00
Krrish Dholakia 07b6b2f44e docs(proxy_server.md): add librechat and smart-chatbot-ui tutorials 2023-10-18 15:30:14 -07:00
Krrish Dholakia 50a3c9768b test(init.py): improving testing for get_model_cost_map
https://github.com/BerriAI/litellm/commit/b69449a81174a3b9de7a7dd9df0cb2f931251c35
2023-10-18 14:55:36 -07:00
Krrish Dholakia 1ba4297d09 docs(routing.md): redis cache
n
2023-10-18 14:39:01 -07:00
Krrish Dholakia 64eeb0d421 docs(routing.md): rename routing file 2023-10-18 14:26:59 -07:00
Krrish Dholakia bace883dcf docs(routing.md): adding router to docs 2023-10-18 14:20:53 -07:00
Krish DholakiaandGitHub a0f6279bff Merge pull request #643 from nirga/batch
fix: disabled batch by default for Traceloop
2023-10-18 13:59:45 -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
Nir Gazit 92d4ae1eaa fix: disabled batch by default 2023-10-18 22:30:16 +02:00
ishaan-jaff 44991629ab (docs) langsmith callbacks 2023-10-18 12:59:06 -07:00
ishaan-jaff d135abbf86 (docs) advanced lagsmith usage 2023-10-18 12:56:43 -07:00
ishaan-jaff 556d3af09e (docs) add langsmith callback docs 2023-10-18 12:13:39 -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 4258828969 (fix) langsmith logger track project_name and run_name 2023-10-18 12:00:12 -07:00
ishaan-jaff c9763789f3 (test) test langsmith logger 2023-10-18 11:39:37 -07:00
ishaan-jaff 994979a3f4 (feat) add langsmith logger to litellm 2023-10-18 11:39:37 -07:00
ishaan-jaff f2d8e43f67 (feat) add langsmith logger to litellm 2023-10-18 11:39:37 -07:00
Krrish Dholakia 91efd2b85f docs(index.md): show that you can iterate over streaming response 2023-10-18 11:30:11 -07:00
Krrish Dholakia c528880021 docs(redis_cache.md): create a separate file for redis cache docs 2023-10-18 11:27:28 -07:00