Commit graph

43876 commits

Author SHA1 Message Date
ishaan-jaff
9e25e6e6b4 (docs) add timeout param 2023-10-20 11:55:42 -07:00
Krrish Dholakia
7595fd89d6 bump: version 0.11.1 → 0.11.2 2023-10-20 10:56:21 -07:00
Krrish Dholakia
4b48af7c3c fix(anthropic.py-+-bedrock.py): anthropic prompt format 2023-10-20 10:56:15 -07:00
ishaan-jaff
220935c3cc (fix) litellm proxy with router 2023-10-20 09:38:22 -07:00
Krrish Dholakia
8ad152a7a4 test(test_proxy.py): fix azure test 2023-10-20 09:21:59 -07:00
Ishaan Jaff
9d1ce893b7
Merge pull request #638 from deepinfra/deepinfra-models
deepinfra: Add supported models
2023-10-20 09:10:32 -07:00
ishaan-jaff
8e9340f3b9 (fix) llmonitor track function calls 2023-10-20 09:05:14 -07:00
Iskren Chernev
629fe3c6ba Load deepinfra models from json 2023-10-20 11:34:17 +03:00
Iskren Chernev
a96de1f8c3 Fix deepinfra data for llama 70b 2023-10-20 11:21:58 +03:00
Krish Dholakia
123c0f41f8
Merge pull request #655 from coconut49/main
Create GitHub Action to automatically build docker images
2023-10-19 21:49:18 -07:00
coconut49
f890aa1db5
Refactor code for better readability and remove unnecessary comments in Dockerfile. 2023-10-20 12:19:56 +08:00
coconut49
10737b113f
Update Docker build platforms to exclude linux/386 2023-10-20 12:19:29 +08:00
coconut49
c96e45fbfb
Remove submodule checkout and set Docker build context to current directory. 2023-10-20 12:19:29 +08:00
coconut49
3850a0ac58
Change submodule checkout strategy to recursive in Docker workflow 2023-10-20 12:19:29 +08:00
coconut49
c19700b0c4
Enable submodules during checkout in Docker workflow 2023-10-20 12:19:29 +08:00
coconut49
e92a68578c
Add step to get build tag and include versioned tags in Docker workflow. 2023-10-20 12:19:29 +08:00
coconut49
cad02ace21
Add GitHub Actions workflow to build and release Docker images 2023-10-20 12:19:29 +08:00
coconut49
be78f2ade9
Move Dockerfile to root and set environment variable for config path 2023-10-20 12:19:29 +08:00
coconut49
52fdfe5819
Improve code formatting and allow configurable litellm config path via environment variable. 2023-10-20 12:19:26 +08:00
coconut49
a9ebf1b6ab
Relocate Dockerfile to litellm/proxy directory. 2023-10-20 12:18:37 +08:00
Krrish Dholakia
00993f3575 fix: allow api base to be set for all providers
enables proxy use cases
2023-10-19 19:07:42 -07:00
Krrish Dholakia
72f55a4e6c bump: version 0.11.0 → 0.11.1 2023-10-19 18:45:34 -07:00
Krrish Dholakia
76bf8c4be3 fix(anthropic.py): enable api base to be customized 2023-10-19 18:45:29 -07:00
Krrish Dholakia
04f8840a92 test: fix linting testing 2023-10-19 18:40:33 -07:00
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 Jaff
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 Dholakia
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