Commit graph

3392 commits

Author SHA1 Message Date
ishaan-jaff
7eeb931021 (fix) proxy raise exception when config passed in 2023-11-10 16:28:34 -08:00
ishaan-jaff
a924853182 (fix) proxy print exception when reading config 2023-11-10 16:22:20 -08:00
Krrish Dholakia
1affa89ad7 test: fix linting issues 2023-11-09 16:50:43 -08:00
ishaan-jaff
55b005ef9b (feat) proxy use default model in config 2023-11-09 13:08:23 -08:00
ishaan-jaff
5a33b7521a (feat) proxy add config 2023-11-09 13:06:38 -08:00
ishaan-jaff
8d39bf6d43 (fix) proxy cleanup 2023-11-09 11:31:31 -08:00
ishaan-jaff
0e8a034360 (fix) proxy cli default local debug to False 2023-11-09 11:30:11 -08:00
ishaan-jaff
93e7cfd6fc (feat) show well documented config 2023-11-09 11:29:53 -08:00
ishaan-jaff
1f7d397836 (fix) proxy server clean print statements 2023-11-09 11:18:56 -08:00
ishaan-jaff
17c6eebb10 (fix) prxy server remove create_proxy 2023-11-09 11:12:20 -08:00
ishaan-jaff
44a65bdd59 (fix) proxy remove --create_proxy 2023-11-09 11:10:08 -08:00
ishaan-jaff
cc3ff1c3ae (test) add proxy cli tests 2023-11-09 10:23:14 -08:00
ishaan-jaff
f46bd51571 (fix) clean up proxy cli 2023-11-08 13:48:02 -08:00
ishaan-jaff
a94532fedf (fix) proxy cli --test 2023-11-08 12:00:13 -08:00
ishaan-jaff
5250366a4b (test) run a test again 2023-11-08 10:34:57 -08:00
ishaan-jaff
769f3d1300 (test) run ci/cd again 2023-11-08 10:21:19 -08:00
Krrish Dholakia
17867e6e15 fix(factory.py): fixing llama-2 non-chat models prompt templating 2023-11-07 21:33:54 -08:00
Krish Dholakia
7ffdc38195 Update README.md 2023-11-07 12:08:59 -08:00
ishaan-jaff
654e31af1c (fix) proxy server - print error msg on exceptions 2023-11-06 17:55:33 -08:00
ishaan-jaff
857e5fe6b8 (fix) proxy server remove bloat 2023-11-06 15:55:18 -08:00
Krrish Dholakia
c4ed875f47 fix(proxy_server.py): fixing import issues 2023-11-05 21:14:59 -08:00
Krrish Dholakia
597dc8f34c bump: version 0.13.1 → 0.13.2.dev1 2023-11-05 21:12:13 -08:00
Krrish Dholakia
078c369e35 bump: version 0.13.1.dev2 → 0.13.1.dev3 2023-11-04 22:31:53 -07:00
Krrish Dholakia
2e9d00994e bump: version 0.13.1.dev1 → 0.13.1.dev2 2023-11-04 22:31:53 -07:00
Krrish Dholakia
3aa538f369 fix(proxy_cli.py): uvicorn issue 2023-11-04 22:31:53 -07:00
Krrish Dholakia
f7c5595a0d fix(main.py): fixing print_verbose 2023-11-04 14:41:34 -07:00
Krrish Dholakia
fa24a61976 refactor(proxy_server.py): print statement showing how to add debug for logs 2023-11-03 17:41:14 -07:00
ishaan-jaff
45110a3671 (fix) proxy server remove errant print 2023-11-03 16:36:38 -07:00
Krrish Dholakia
1828de78e8 fix(proxy_server.py): fix linting issues 2023-11-03 13:44:35 -07:00
Krrish Dholakia
302b5ced99 fix(proxy_server.py): accept config.yaml 2023-11-03 12:50:52 -07:00
ishaan-jaff
2cedf85dba (fix) proxy correctly handle reading data using ast, fallback to json.loads if ast parse fails 2023-11-02 21:14:08 -07:00
ishaan-jaff
c0a4881194 (fix) proxy cli tests 2023-11-02 21:14:08 -07:00
ishaan-jaff
2833564065 (fix) proxy server - verbose = False always 2023-11-02 21:14:08 -07:00
Krrish Dholakia
4ad8fd1b5d fix(proxy_server.py): fix linting issues 2023-11-02 08:07:20 -07:00
Krrish Dholakia
a652f05bb3 fix(proxy_server.py): accept single quote json body 2023-11-02 07:07:38 -07:00
Krrish Dholakia
1aea48784d fix(proxy_server.py): fix v1/models get request 2023-11-02 06:51:47 -07:00
ishaan-jaff
414f503022 (feat) proxy add testing for openai.Completion.create 2023-11-01 18:25:13 -07:00
ishaan-jaff
651fce2b8a (feat) proxy server add route ngines/{model:path}/completions 2023-11-01 18:25:13 -07:00
Krrish Dholakia
435f0809b2 fix(proxy_server.py): return all locally available ollama models 2023-11-01 16:20:26 -07:00
ishaan-jaff
63f9f63ba4 (add request_timeout) as param to proxy_server 2023-10-20 11:55:42 -07:00
Krish Dholakia
71d69ba1ed Merge pull request #655 from coconut49/main
Create GitHub Action to automatically build docker images
2023-10-19 21:49:18 -07:00
coconut49
8404d12adb Refactor code for better readability and remove unnecessary comments in Dockerfile. 2023-10-20 12:19:56 +08:00
coconut49
0577dcaba8 Move Dockerfile to root and set environment variable for config path 2023-10-20 12:19:29 +08:00
coconut49
4fc7755662 Improve code formatting and allow configurable litellm config path via environment variable. 2023-10-20 12:19:26 +08:00
coconut49
86f73ebfcb Relocate Dockerfile to litellm/proxy directory. 2023-10-20 12:18:37 +08:00
Krrish Dholakia
494b9bbc62 test: fix linting testing 2023-10-19 18:40:33 -07:00
Krrish Dholakia
836f615b4f fix(proxy_server.py): adding coverage for v1/models 2023-10-18 21:45:58 -07:00
Krrish Dholakia
0c083e7a5c feat(proxy_server.py): add model router to proxy 2023-10-18 17:40:08 -07:00
Krrish Dholakia
139f4b64d0 feat(proxy_cli.py): optional logging 2023-10-18 16:51:47 -07:00
Krrish Dholakia
eb05b093ad fix(utils.py): mapping azure api version missing exception 2023-10-17 17:12:51 -07:00