Commit graph

2657 commits

Author SHA1 Message Date
Krish Dholakia
4e3ca95a72
Merge pull request #695 from SlapDrone/set-langfuse-release 2023-10-25 08:18:51 -07:00
Liam Moore
fe2b214b7a support release and debug params for langfuse client 2023-10-25 16:12:14 +02:00
ishaan-jaff
7b76a7ed25 (docs) on deploying render 2023-10-24 21:28:37 -07:00
ishaan-jaff
e897a75887 (docs) simple proxy testing 2023-10-24 21:13:41 -07:00
ishaan-jaff
923bc706fd (docs) simple proxy server 2023-10-24 21:00:01 -07:00
ishaan-jaff
70fcf351d8 (docs) simple proxy updates 2023-10-24 20:55:15 -07:00
ishaan-jaff
55b9fb6bfb (docs) add deploy to render litellm 2023-10-24 20:40:52 -07:00
Ishaan Jaff
bbec65449d
Merge pull request #691 from mc-marcocheng/router/aembedding
Router aembedding
2023-10-24 20:27:46 -07:00
mc-marcocheng
bf98d48bba Feature: Router aembedding 2023-10-25 11:19:45 +08:00
Krrish Dholakia
046e1384c3 docs(huggingface.md): adding huggingface text-embedding-inference to docs 2023-10-24 17:53:39 -07:00
Krrish Dholakia
822b0b55e8 build(openai-proxy/main.py): adding embedding endpoint 2023-10-24 17:44:40 -07:00
ishaan-jaff
749c7ea73d (test) test custom input_callback 2023-10-24 17:40:59 -07:00
ishaan-jaff
e5c6f512f9 (docs) show how to set custom input_callback 2023-10-24 17:40:59 -07:00
Krish Dholakia
b86c679e71
Merge pull request #647 from nirga/traceloop-bug
fix: bugs in traceloop integration
2023-10-24 17:38:30 -07:00
Krrish Dholakia
54beb0f953 bump: version 0.12.4 → 0.12.5 2023-10-24 17:20:31 -07:00
Krrish Dholakia
0f08335edd fix(router.py): adding support for async completion calls
https://github.com/BerriAI/litellm/issues/676
2023-10-24 17:20:31 -07:00
ishaan-jaff
30dd0b5c6b (docs) proxy server title 2023-10-24 17:14:57 -07:00
Krrish Dholakia
59ddda5c4b docs(token_usage.md): adding registering model via url to docs 2023-10-24 16:21:38 -07:00
ishaan-jaff
b3dc1eccc3 (fix) utils.token trimming ensure new length always greater than 0 2023-10-24 16:03:11 -07:00
ishaan-jaff
81ce24b96e (fix) utils.token trimming, hanging for large messages 2023-10-24 16:03:11 -07:00
Krrish Dholakia
24c1207451 docs(proxy_server.md): cli tool deprecation notice 2023-10-24 16:01:05 -07:00
Krrish Dholakia
f967d6af5e fix(init.py): fix linting errors 2023-10-24 15:54:21 -07:00
Krish Dholakia
b68f083e10
Merge pull request #678 from coconut49/main
Updating the docker image builder for GitHub Action
2023-10-24 15:52:08 -07:00
Krrish Dholakia
992216972f bump: version 0.12.4.dev2 → 0.12.4 2023-10-24 15:38:10 -07:00
Krrish Dholakia
5c8a4f51d5 fix(utils.py): allow url to be passed to model cost map 2023-10-24 15:38:05 -07:00
Krrish Dholakia
cb100d19da test(test_batch_completion.py): cleanup tests 2023-10-24 15:09:51 -07:00
Krrish Dholakia
3ec103f712 test(test_caching.py): reset to none 2023-10-24 15:02:20 -07:00
Ishaan Jaff
029084ccb8
Update README.md 2023-10-24 12:59:53 -07:00
Krrish Dholakia
1eca893d2f test(test_async_fn.py): adding additional logging for tests 2023-10-24 12:54:18 -07:00
ishaan-jaff
f9ff8cbfb1 (docs) update cloud run deploy link 2023-10-24 12:53:23 -07:00
Ishaan Jaff
dd88adc2ba
(docs) readme links 2023-10-24 12:49:07 -07:00
Krrish Dholakia
2c371bb8d1 refactor(test_async_fn.py): refactor for testing 2023-10-24 12:46:30 -07:00
Krrish Dholakia
b7a023a82b refactor(router.py): spacing 2023-10-24 12:30:59 -07:00
Krish Dholakia
1984344d18 Updated config.yml 2023-10-24 12:28:29 -07:00
Krrish Dholakia
9aeea3a4ad bump: version 0.12.4.dev1 → 0.12.4.dev2 2023-10-24 12:08:22 -07:00
Krrish Dholakia
f12dc5df21 fix(vertex_ai.py): fix output parsing 2023-10-24 12:08:22 -07:00
ishaan-jaff
3a9c828437 (feat) openai proxy check AUTH_STRATEGY 2023-10-24 10:58:40 -07:00
ishaan-jaff
a92e0f3fca (feat) proxy server add auth strategyto template 2023-10-24 10:58:40 -07:00
Krrish Dholakia
653863f787 test(test_router.py): fixing router testing 2023-10-24 10:21:10 -07:00
Krrish Dholakia
8a04620562 bump: version 0.12.3 → 0.12.4.dev1 2023-10-24 08:53:22 -07:00
Krrish Dholakia
b0842e328c fix(vertex_ai.py): parse out text response from response object 2023-10-24 08:53:22 -07:00
Krish Dholakia
d244978247
Merge pull request #679 from mc-marcocheng/router-kwargs
Fix data being overwritten
2023-10-24 08:27:23 -07:00
Krish Dholakia
f4e2577a25
Update README.md 2023-10-24 08:09:12 -07:00
mc-marcocheng
3c28ff6167 test_litellm_params_not_overwritten_by_function_calling 2023-10-24 22:04:45 +08:00
mc-marcocheng
8dad2eec83 test_litellm_params_not_overwritten_by_function_calling 2023-10-24 22:03:04 +08:00
mc-marcocheng
0590ec620b
Fix data being overwritten 2023-10-24 16:02:15 +08:00
coconut49
587b808631
Refactor Docker workflow to use REPO_NAME environment variable 2023-10-24 13:30:11 +08:00
coconut49
0e34820ffe
Refactor Docker workflow to remove unnecessary curly braces in variable references. 2023-10-24 12:53:20 +08:00
coconut49
33bbeaa397
Implement lower case transformation for repository name in Docker workflow 2023-10-24 12:42:04 +08:00
coconut49
0b1b73e23a
Update Docker workflow to convert repository name to lowercase 2023-10-24 12:37:07 +08:00