Commit graph

4986 commits

Author SHA1 Message Date
ishaan-jaff
aa2bd93166 (docs) add voyage ai 2023-12-28 17:12:58 +05:30
ishaan-jaff
95e6d2fbba (feat) add voyage ai embeddings 2023-12-28 17:10:15 +05:30
Krrish Dholakia
cbcf406fd0 feat(admin_ui.py): support creating keys on admin ui 2023-12-28 16:59:11 +05:30
ishaan-jaff
01f7e85057 (docs) add mistral embeddings 2023-12-28 16:54:26 +05:30
ishaan-jaff
7f74a0331c (docs) add mistral-embed 2023-12-28 16:50:52 +05:30
ishaan-jaff
9777db67e2 (feat) add pricing for mistral-embed 2023-12-28 16:48:08 +05:30
ishaan-jaff
41d5dceaec (test) mistral-embed 2023-12-28 16:42:36 +05:30
ishaan-jaff
78f0c0228b (feat) add mistral api embeddings 2023-12-28 16:41:55 +05:30
ishaan-jaff
ab306ad5d4 (docs) deploy on railway 2023-12-28 16:35:18 +05:30
ishaan-jaff
f3d572231f (fix) add streamlit to pyproject.toml optional 2023-12-28 16:22:48 +05:30
Krrish Dholakia
c34246bdc8 build(requirements.txt): adding streamlit for admin ui panel
b
2023-12-28 15:54:21 +05:30
Krrish Dholakia
71a8b95710 refactor(proxy_server.py): make print statements into print_verbose 2023-12-28 15:08:23 +05:30
Krrish Dholakia
e5a287379a refactor(proxy_server.py): move admin ui to be locally hosted within proxy 2023-12-28 15:06:32 +05:30
Krrish Dholakia
2f012a5088 docs(streaming_logging.md): custom streaming logging tutorial 2023-12-28 13:49:41 +05:30
ishaan-jaff
3919710823 (docs) proxy - swagger docs, add tags for model/info 2023-12-28 13:13:04 +05:30
ishaan-jaff
ab90b547d8 (fix) proxy - raise error when user missing litellm[proxy] 2023-12-28 13:07:44 +05:30
ishaan-jaff
e811f2d27a bump: version 1.16.2 → 1.16.3 2023-12-28 12:59:39 +05:30
ishaan-jaff
a730515096 (fix) pip install litellm[proxy] 2023-12-28 12:59:27 +05:30
ishaan-jaff
cf236a4141 (docs) add link to swagger docs 2023-12-28 12:06:46 +05:30
ishaan-jaff
b03c985a4c (docs) proxy - add link to swagger docs 2023-12-28 12:06:46 +05:30
Ishaan Jaff
3eb3bbd62c
Update README.md - add swagger docs 2023-12-28 11:58:33 +05:30
Krrish Dholakia
4db138facc test(test_proxy_custom_logger.py): fix testing to handle [done] chunks 2023-12-28 11:37:57 +05:30
Krrish Dholakia
eba2df20c3 bump: version 1.16.1 → 1.16.2 2023-12-28 11:30:49 +05:30
Krrish Dholakia
bf4c4426e5 fix(proxy_server.py): return [DONE] end of stream chunk 2023-12-28 11:30:49 +05:30
ishaan-jaff
7822a8d421 (fix) remove appdirs as a dependency 2023-12-28 11:25:36 +05:30
Krrish Dholakia
e81fb81884 bump: version 1.16.0 → 1.16.1 2023-12-28 11:23:20 +05:30
Krrish Dholakia
c4fc28ab0d fix(utils.py): use local tiktoken copy 2023-12-28 11:22:33 +05:30
ishaan-jaff
7751b83100 (ci/cd) run render deploy 2023-12-28 11:16:58 +05:30
Krrish Dholakia
5089753925 test(test_health_check.py): fix azure embedding health check test 2023-12-28 10:48:31 +05:30
Krrish Dholakia
ed5111ff2c bump: version 1.15.10 → 1.16.0 2023-12-28 09:13:12 +05:30
Krrish Dholakia
3b1685e7c6 feat(health_check.py): more detailed health check calls 2023-12-28 09:12:57 +05:30
Krrish Dholakia
7ce7516621 docs(user_keys.md): improve user keys docs 2023-12-28 07:02:28 +05:30
Krrish Dholakia
3026e5aa58 docs(image_generation.md): fix typo 2023-12-27 20:33:22 +05:30
Krrish Dholakia
b437260ece docs(users.md): set budgets per user docs 2023-12-27 20:30:27 +05:30
ishaan-jaff
b071157df5 (test) proxy - debug /health 2023-12-27 19:18:41 +05:30
ishaan-jaff
a73a9a8b3a (ci/cd) langfuse 2023-12-27 18:46:07 +05:30
ishaan-jaff
ca8b87915f (test) langfuse - mark beta test 2023-12-27 18:43:49 +05:30
ishaan-jaff
a16411cf1d (ci/cd) move langfuse test early 2023-12-27 17:50:44 +05:30
ishaan-jaff
d7646669f2 (test) langfuse logging 2023-12-27 17:50:05 +05:30
ishaan-jaff
c1a8e30b01 (feat) proxy - remove appdirs 2023-12-27 17:40:05 +05:30
ishaan-jaff
0762c2df50 (fix) proxy - deps remove appdirs, add orjson 2023-12-27 17:37:44 +05:30
ishaan-jaff
07ea2e26f4 (fix) proxy - remove bloat - deprecated log_input_output 2023-12-27 17:36:53 +05:30
ishaan-jaff
74ea0832ca (feat) proxy remove appdirs as a dep 2023-12-27 17:33:47 +05:30
Ishaan Jaff
d3481189df
Update README.md 2023-12-27 17:30:37 +05:30
ishaan-jaff
af15e49948 (feat) proxy - remove subprocess install 2023-12-27 17:28:03 +05:30
Krrish Dholakia
e516cfe9f5 fix(utils.py): allow text completion input to be either model or engine 2023-12-27 17:24:16 +05:30
ishaan-jaff
ed615e7df4 (feat) proxy - add pyyaml, appdirs as dependencies 2023-12-27 17:22:36 +05:30
ishaan-jaff
0bf2b56c0f (docs) proxy 2023-12-27 17:14:42 +05:30
ishaan-jaff
eb2fc42b4c (docs) - use vertex ai with proxy cli 2023-12-27 17:12:51 +05:30
ishaan-jaff
7864d9a027 (fix) openai + stream - logprobs check 2023-12-27 16:59:56 +05:30