Commit graph

699 commits

Author SHA1 Message Date
Krrish Dholakia
b50013386f fix(openai.py): enable custom proxy to pass in ca_bundle_path 2023-10-10 13:23:27 -07:00
Krrish Dholakia
0d863f00ad refactor(bedrock.py): take model names from model cost dict 2023-10-10 07:35:03 -07:00
Krrish Dholakia
704be9dcd1 feat(factory.py): option to add function details to prompt, if model doesn't support functions param 2023-10-09 09:53:53 -07:00
Kyle
22525d9333 Add custom_openai type in provider list 2023-10-08 21:20:10 -07:00
Krrish Dholakia
d69038883c docs(completion-docs): adds more details on provider-specific params 2023-10-07 13:49:30 -07:00
Krrish Dholakia
306a38880d feat(ollama.py): exposing ollama config 2023-10-06 15:52:58 -07:00
Krrish Dholakia
06f279807b fix(bedrock.py): adding provider-specific configs 2023-10-05 23:49:20 -07:00
Krrish Dholakia
dd7e397650 style(test_completion.py): fix merge conflict 2023-10-05 22:09:38 -07:00
Krrish Dholakia
95899bf60e add additional param mapping 2023-10-03 21:56:08 -07:00
Krrish Dholakia
5a1a1908c1 fix replicate error 2023-10-02 21:35:16 -07:00
ishaan-jaff
af914d4be1 add cohere embedding models 2023-09-29 09:59:31 -07:00
Krrish Dholakia
c1fce0859c fix proxy 2023-09-26 15:24:44 -07:00
Krrish Dholakia
0acde1c72d fix the litellm init issue 2023-09-26 15:15:46 -07:00
Krrish Dholakia
a72880925c push cli tool 2023-09-26 13:30:47 -07:00
ishaan-jaff
6eea9da4ab add palm to init 2023-09-26 09:33:03 -07:00
ishaan-jaff
ed2d461770 add beta deep infra support 2023-09-25 21:42:46 -07:00
Krrish Dholakia
e9747fb763 update to expose longer_context_model_fallback_dict 2023-09-25 20:30:12 -07:00
Krrish Dholakia
10dc3f735e expose longer context model fallback dict 2023-09-25 20:04:57 -07:00
Krrish Dholakia
ececc256f3 remove get help message 2023-09-25 17:25:36 -07:00
Krrish Dholakia
102c81f863 add get help message 2023-09-25 10:26:28 -07:00
Krrish Dholakia
2f44191642 add completion configs 2023-09-21 14:00:11 -07:00
ishaan-jaff
4fa9b19af7 add ollama to providers 2023-09-21 10:39:48 -07:00
Krrish Dholakia
e48e1a4597 fix openrouter issue 2023-09-20 20:38:31 -07:00
Ishaan Jaff
a669f5a738
Merge pull request #416 from BerriAI/ishaan/error-logging
Add Dashboard for showing error logs on exception
2023-09-20 20:17:18 -07:00
Krrish Dholakia
93c41e8f6d decouple model list from hardcoded package variables 2023-09-20 14:16:56 -07:00
Krrish Dholakia
5079909142 updating model cost map with new models 2023-09-20 13:39:22 -07:00
ishaan-jaff
fc10cf5eeb exception_type work 2023-09-19 21:29:51 -07:00
Krrish Dholakia
ecad921b01 add oobabooga text web api support 2023-09-19 18:56:53 -07:00
ishaan-jaff
385640b743 petals fixes 2023-09-19 09:24:34 -07:00
ishaan-jaff
934deab1f7 add petals to init and main 2023-09-19 09:24:34 -07:00
ishaan-jaff
0f88b82c4f add gpt-3.5-instruct 2023-09-18 12:14:52 -07:00
ishaan-jaff
6b548eeb28 fix linting errors 2023-09-18 10:57:55 -07:00
WilliamEspegren
36bdfba19f
Added Type stubs to __init__.py 2023-09-16 21:35:08 +02:00
ishaan-jaff
3623370c7f new vert llms 2023-09-15 13:37:58 -07:00
ishaan-jaff
f56ab31044 new init 2023-09-15 09:05:13 -07:00
ishaan-jaff
59771012a0 update utils 2023-09-15 08:34:36 -07:00
Krrish Dholakia
f7e92bb0db make max budget work for openai streaming 2023-09-14 16:22:52 -07:00
Krrish Dholakia
73a084c19c exposing a litellm.max budget 2023-09-14 14:20:06 -07:00
ishaan-jaff
38bdb9335c add bedrock to main and init 2023-09-14 13:51:09 -07:00
Toni Engelhardt
6d998ea541
fix openai completion model names
The model names are wrong, they need to be prefixed with `text-`.
2023-09-14 18:57:48 +01:00
Krrish Dholakia
f98da9f13c adding support for nlp cloud 2023-09-14 09:19:34 -07:00
Krrish Dholakia
baa69734b0 raise better exception if llm provider isn't passed in or inferred 2023-09-12 11:28:50 -07:00
ishaan-jaff
755c19aa0c try/catch for model_cost_map 2023-09-10 16:04:25 -07:00
Krrish Dholakia
b1ec504421 update budget manager 2023-09-09 20:06:09 -07:00
ishaan-jaff
ff0e5c2967 make succes_callback in Callable 2023-09-09 19:05:19 -07:00
Krrish Dholakia
8ed85b0523 rename apimanager to budget manager 2023-09-09 16:10:41 -07:00
Krrish Dholakia
a39756bfda add api manager 2023-09-09 15:55:38 -07:00
Krrish Dholakia
679a4f318d add check_valid_key helper function 2023-09-08 20:36:39 -07:00
Krrish Dholakia
47c1f57a24 expose validate environment function 2023-09-08 17:53:04 -07:00
ishaan-jaff
0cc561bc5d fix supported LLM on docs 2023-09-08 15:07:14 -07:00