Commit graph

2215 commits

Author SHA1 Message Date
Ishaan Jaff
09b51fcdb4
Merge pull request #618 from Undertone0809/fix-add-finetune-provider-compaibility
fix: llm_provider add openai finetune compatibility
2023-10-16 07:20:15 -07:00
ishaan-jaff
c7a51839da (fix) model_prices JSON, deep infra 2023-10-16 07:12:11 -07:00
Zeeland
9f6138ef0e fix: llm_provider add openai finetune compatibility 2023-10-16 18:44:45 +08:00
Krrish Dholakia
d0dec2f2ed docs(proxy_server.md): add perplexityai api key to docs 2023-10-15 22:53:29 -07:00
Krish Dholakia
abd12e1e9b
Merge pull request #611 from canada4663/main
proxy /models endpoint with the results of get_valid_models()
2023-10-14 22:34:51 -07:00
canada4663
98abecf124 remove duplicate entry for bedrock in provider list 2023-10-14 21:44:16 -07:00
canada4663
4b52bd955c updated proxy_server.py /models endpoint with the results of get_valid_models() 2023-10-14 20:54:47 -07:00
ishaan-jaff
b6aa9cb82d (docs) add function calling examples and function_to_dict 2023-10-14 18:39:30 -07:00
ishaan-jaff
7848f1b5b7 (feat) new function_to_dict litellm.util 2023-10-14 18:26:15 -07:00
ishaan-jaff
02e97acefa (test) deep infra testing for mistral 2023-10-14 16:47:25 -07:00
ishaan-jaff
8f0dd53079 (fix) handle deepinfra/mistral temp for mistral 2023-10-14 16:47:25 -07:00
ishaan-jaff
6413285551 (fix) deepinfra/llama should go to deepinfra not to openrouter 2023-10-14 16:47:25 -07:00
Krrish Dholakia
7358d2e4ea bump: version 0.8.4 → 0.8.5 2023-10-14 16:43:06 -07:00
Ishaan Jaff
80c60e71c1
Merge pull request #609 from canada4663/patch-1
Update __init__.py model_list to include bedrock models
2023-10-14 16:42:38 -07:00
canada4663
4411fd3872
Update __init__.py model_list to include bedrock models 2023-10-14 16:29:18 -07:00
ishaan-jaff
97fc44db53 (feat) add doc string for litellm.utils 2023-10-14 16:12:21 -07:00
ishaan-jaff
69065e9864 (feat) add docstring for caching 2023-10-14 16:08:42 -07:00
ishaan-jaff
882ac46727 (feat) add doc string for embedding 2023-10-14 16:08:13 -07:00
ishaan-jaff
a86a140556 (feat) add swagger docs to cli config 2023-10-14 12:32:33 -07:00
Krrish Dholakia
2a111cfb58 docs(custom_callback.md): improve example 2023-10-14 12:30:49 -07:00
Krrish Dholakia
087b67d753 docs(custom_callback.md): add details for how to pass additional metadata to completion call 2023-10-14 12:24:45 -07:00
ishaan-jaff
b6a015404e (feat) proxy_cli cleanup 2023-10-14 12:19:56 -07:00
Krrish Dholakia
d6f2d9b9bb docs(custom_callback.md): add details on what kwargs are passed to custom callbacks 2023-10-14 11:29:26 -07:00
Krrish Dholakia
fc757dc1b4 docs(proxy_server.md): add logs, save keys, model fallbacks, config file template to proxy server docs 2023-10-14 10:52:01 -07:00
Ishaan Jaff
342925814b
Update README.md 2023-10-14 10:32:29 -07:00
Ishaan Jaff
146b61a4d6
Update README.md 2023-10-14 10:31:35 -07:00
ishaan-jaff
7641729657 (docs) update embedding docs 2023-10-14 10:27:22 -07:00
ishaan-jaff
8251e71a2a (docs) add deepinfra models + pricing 2023-10-14 10:05:06 -07:00
Krish Dholakia
1e7bae4aea
Merge pull request #605 from biplobsd/update-open-in-colab-link
Fix usage open in colab link
2023-10-14 08:43:13 -07:00
Biplob Sutradhar
ad6603695c
(fix) usage open in colab link 2023-10-14 20:49:57 +06:00
Krrish Dholakia
b6a6bf65af bump: version 0.8.3 → 0.8.4 2023-10-13 22:56:22 -07:00
Krrish Dholakia
9513d6b862 fix(utils.py): read env variables for known openai-compatible api's (e.g. perplexity), dynamically from th eenvironment 2023-10-13 22:43:32 -07:00
Krrish Dholakia
d77eee34f0 fix(openai.py): fix linting errors 2023-10-13 22:24:58 -07:00
Krrish Dholakia
3210ebfc7a fix(proxy_cli.py): fix adding keys flow - let user use --add_key to add new keys 2023-10-13 22:24:58 -07:00
ishaan-jaff
cacfac5726 (test) fix azure embedding test 2023-10-13 22:19:34 -07:00
ishaan-jaff
5e5c314bec (test) fix azure test 2023-10-13 22:18:53 -07:00
Krrish Dholakia
91c8e92e71 fix(openai.p): adding support for exception mapping for openai-compatible apis via http calls 2023-10-13 21:56:51 -07:00
ishaan-jaff
81becfa2ec (docs) fix formatting 2023-10-13 21:48:24 -07:00
ishaan-jaff
680bf6f110 (docs) add example of using Azure with passing api_key, api_base, api_version 2023-10-13 21:27:01 -07:00
ishaan-jaff
5a0284dd58 (fix) fix linting errors 2023-10-13 21:23:00 -07:00
ishaan-jaff
5d2881a2ce (tests) add 2023-10-13 21:16:41 -07:00
ishaan-jaff
b72dbe61c0 (feat) set api_base, api_key, api_version for embedding() 2023-10-13 21:09:44 -07:00
ishaan-jaff
b77492d574 (tests) add azure/embedding search 2023-10-13 21:09:08 -07:00
ishaan-jaff
d28586775a (feat) add swagger.json for litellm proxy 2023-10-13 20:41:04 -07:00
Krrish Dholakia
deef7ce0f0 bump: version 0.8.2 → 0.8.3 2023-10-13 20:16:41 -07:00
Krrish Dholakia
d9ddd7b338 fix(proxy_server): cleaning up print statements 2023-10-13 20:16:31 -07:00
Krrish Dholakia
d0e7c3016e docs(model_config_proxy.md): add tutorial on saving custom prompt templates for openai-compatible server 2023-10-13 16:31:02 -07:00
Krrish Dholakia
9932371f88 bump: version 0.8.1 → 0.8.2 2023-10-13 15:47:44 -07:00
Krrish Dholakia
3fc0375e34 fix(proxy_server): fix cors issue 2023-10-13 15:47:28 -07:00
Krrish Dholakia
ca911aa1a7 bump: version 0.8.0 → 0.8.1 2023-10-13 15:33:24 -07:00