Commit graph

2657 commits

Author SHA1 Message Date
ishaan-jaff
0b0556cfd7 (docs) litellm server deploy on app runner 2023-10-25 18:58:55 -07:00
ishaan-jaff
913262fd99 (docs) litellm server instructions on deploying to aws app runner 2023-10-25 18:33:43 -07:00
Ishaan Jaff
555b9c0025
Update README.md 2023-10-25 17:59:33 -07:00
Krish Dholakia
8eeab69a74
Update README.md 2023-10-25 17:58:12 -07:00
ishaan-jaff
ae54db8c84 (docs) proxy server deploy to AWS 2023-10-25 17:07:53 -07:00
Ishaan Jaff
6f335c331b
Update README.md 2023-10-25 16:38:45 -07:00
Ishaan Jaff
39ba434cb3
Update README.md 2023-10-25 16:34:32 -07:00
Ishaan Jaff
23110f45f9
Add files via upload 2023-10-25 16:33:53 -07:00
Ishaan Jaff
c1c09e4990
Delete .all-contributorsrc 2023-10-25 15:03:41 -07:00
Ishaan Jaff
ba547e3e7f
Delete data_map.txt 2023-10-25 15:03:27 -07:00
Ishaan Jaff
e76fd566bf
Delete litellm_results.jsonl 2023-10-25 15:02:58 -07:00
ishaan-jaff
464248651b (fix) proxy server openapi.json and main.py 2023-10-25 15:01:29 -07:00
Krish Dholakia
75df24c0b7
Update utils.py 2023-10-25 14:30:52 -07:00
ishaan-jaff
36936976c6 (fix) rename openai_proxy -> litellm_server for simplicity 2023-10-25 14:27:48 -07:00
Krrish Dholakia
96068a2031 docs(routing.md): renaming docs for simplicity 2023-10-25 14:23:17 -07:00
Ishaan Jaff
628e52e9ab
Merge pull request #700 from josearangos/main
docs error ==> openai.error instead of openai.errors
2023-10-25 14:23:02 -07:00
Krish Dholakia
18e0e46499
Update router_config_template.yaml 2023-10-25 14:18:05 -07:00
Krish Dholakia
79eb8fc486
Update router_config_template.yaml 2023-10-25 14:17:44 -07:00
ishaan-jaff
aa4d049a48 (docs) proxy server add caching flip per completion request 2023-10-25 14:17:21 -07:00
Krrish Dholakia
16f39ec840 refactor(openai_proxy-->-litellm_server): renaming project for simplicity 2023-10-25 14:14:39 -07:00
Krish Dholakia
f6be642f2f
Update README.md 2023-10-25 14:12:22 -07:00
Krish Dholakia
2de17bc300
Update README.md 2023-10-25 14:10:51 -07:00
Krish Dholakia
59b47505f5
Update README.md 2023-10-25 14:10:33 -07:00
Krish Dholakia
fe05b7cf62
Update README.md 2023-10-25 14:09:39 -07:00
ishaan-jaff
4d40a54edf (test) proxy server, add new caching test 2023-10-25 14:07:46 -07:00
Krish Dholakia
4b5429f836
Update README.md 2023-10-25 14:07:10 -07:00
Krish Dholakia
a906630e95
Update README.md 2023-10-25 14:05:13 -07:00
Krish Dholakia
ae27d2e55f
Update README.md 2023-10-25 14:04:48 -07:00
Krrish Dholakia
aec4de68a7 docs(routing.md): fix deployment tutorial 2023-10-25 14:02:11 -07:00
josearangos
203aa24aed docs error openai.error instead of openai.errors 2023-10-25 15:57:26 -05:00
Krrish Dholakia
b288db52fc build(openai_proxy/utils.py): fix docker build issues 2023-10-25 13:39:47 -07:00
Ishaan Jaff
810298743c
(doc) fix 2023-10-25 13:37:23 -07:00
Krrish Dholakia
aa57c63091 build(openai_proxy): docker build fixes 2023-10-25 13:34:04 -07:00
Krish Dholakia
81349f3025
Update README.md 2023-10-25 13:31:57 -07:00
ishaan-jaff
8870d6c4b8 (fix) proxy server importing utils 2023-10-25 12:16:03 -07:00
ishaan-jaff
5bd1b3968e (feat) Redis caching print exception statements when it fails 2023-10-25 11:29:48 -07:00
ishaan-jaff
7f7802ec1b (test) proxy server update caching tests 2023-10-25 11:29:48 -07:00
ishaan-jaff
e7eb495a3a (docs) proxy add info on testing caching 2023-10-25 11:29:48 -07:00
ishaan-jaff
907bff33f0 (feat) openai-proxy add print statements letting users know which callback is switched on 2023-10-25 11:29:48 -07:00
Krrish Dholakia
e118ce50e1 build(openai_proxy/main.py): fixing model list 2023-10-25 11:23:02 -07:00
Krish Dholakia
751e9f07f3
Update Dockerfile 2023-10-25 11:16:17 -07:00
Krrish Dholakia
b9a4bfc054 build(openai_proxy/main.py): adding support for routing between multiple azure deployments 2023-10-25 11:16:02 -07:00
ishaan-jaff
f208a1231b (docs) proxy server add info on caching 2023-10-25 10:38:58 -07:00
ishaan-jaff
1d910cd280 (feat) proxy_server add redis as a dep 2023-10-25 10:29:36 -07:00
ishaan-jaff
ba106a776b (docs) openapi.json fix ChatCompletion Response output 2023-10-25 10:18:59 -07:00
ishaan-jaff
474825210a (docs) proxy server add openapi spec 2023-10-25 10:12:48 -07:00
Krrish Dholakia
edfa4d550a docs(anyscale.md): adding anyscale documentation
n
2023-10-25 09:12:29 -07:00
Krrish Dholakia
c1b2553827 fix(utils.py): adding support for anyscale models 2023-10-25 09:08:10 -07:00
ishaan-jaff
9714b85cac (feat) proxy add openapi.json 2023-10-25 08:47:29 -07:00
Krish Dholakia
92e240e474
Update model_prices_and_context_window.json 2023-10-25 08:30:47 -07:00