litellm-mirror/litellm/llms
Krrish Dholakia 86596c53e9 refactor(main.py): migrate vertex gemini calls to vertex_httpx
Completes migration to vertex_httpx
2024-07-06 20:08:52 -07:00
..
custom_httpx fix _api_version check on CustomHttpTransport 2024-06-29 17:25:41 -07:00
huggingface_llms_metadata add hf tgi and conversational models 2023-09-27 15:56:45 -07:00
prompt_templates fix(main.py): fix azure ai cohere tool calling 2024-07-04 11:46:14 -07:00
tokenizers feat(utils.py): bump tiktoken dependency to 0.7.0 2024-06-10 21:21:23 -07:00
__init__.py add linting 2023-08-18 11:05:05 -07:00
ai21.py feat(proxy_server.py): return litellm version in response headers 2024-05-08 16:00:08 -07:00
aleph_alpha.py feat(proxy_server.py): return litellm version in response headers 2024-05-08 16:00:08 -07:00
anthropic.py fix - raise report Anthropic streaming errors 2024-07-05 15:31:06 -07:00
anthropic_text.py fix(anthropic_text.py): fix linting error 2024-05-11 20:01:50 -07:00
azure.py fix(azure.py): fix httpx call for dall e 3 2024-07-02 18:30:21 -07:00
azure_text.py feat(proxy_server.py): return litellm version in response headers 2024-05-08 16:00:08 -07:00
base.py feat - add fim codestral api 2024-06-17 13:46:03 -07:00
baseten.py feat(proxy_server.py): return litellm version in response headers 2024-05-08 16:00:08 -07:00
bedrock.py fix(bedrock_httpx.py): Fix https://github.com/BerriAI/litellm/issues/4415 2024-06-26 16:19:46 -07:00
bedrock_httpx.py fix(proxy_server.py): support langfuse logging for rejected requests on /v1/chat/completions 2024-07-05 13:07:09 -07:00
clarifai.py feat - add aysnc support for clarif ai 2024-06-12 16:33:56 -07:00
cloudflare.py feat(proxy_server.py): return litellm version in response headers 2024-05-08 16:00:08 -07:00
cohere.py Add request source 2024-05-21 10:12:57 +01:00
cohere_chat.py fix(cohere.py): fix message parsing to handle tool calling correctly 2024-07-04 11:13:07 -07:00
databricks.py refactor(utils.py): refactor Logging to it's own class. Cut down utils.py to <10k lines. 2024-06-15 10:57:20 -07:00
fireworks_ai.py fix + test fireworks ai param mapping for tools 2024-06-26 06:57:04 -07:00
gemini.py docs(gemini.py): add refactor note to code 2024-06-17 16:51:19 -07:00
huggingface_restapi.py fix(huggingface_restapi.py): fix task extraction from model name 2024-05-15 07:28:19 -07:00
maritalk.py feat(proxy_server.py): return litellm version in response headers 2024-05-08 16:00:08 -07:00
nlp_cloud.py feat(proxy_server.py): return litellm version in response headers 2024-05-08 16:00:08 -07:00
nvidia_nim.py fix nvidia nim param mapping 2024-07-05 14:44:12 -07:00
ollama.py chore: Improved OllamaConfig get_required_params and ollama_acompletion and ollama_async_streaming functions 2024-06-24 05:55:22 +03:00
ollama_chat.py Merge pull request #4089 from paneru-rajan/ollama-func-calls 2024-07-03 08:57:31 -07:00
oobabooga.py feat(proxy_server.py): return litellm version in response headers 2024-05-08 16:00:08 -07:00
openai.py feat - return headers for openai audio transcriptions 2024-07-01 20:27:27 -07:00
openrouter.py refactor: add black formatting 2023-12-25 14:11:20 +05:30
palm.py refactor: replace 'traceback.print_exc()' with logging library 2024-06-06 13:47:43 -07:00
petals.py feat(proxy_server.py): return litellm version in response headers 2024-05-08 16:00:08 -07:00
predibase.py fix(predibase.py): support json schema on predibase 2024-06-25 16:03:47 -07:00
replicate.py fix(replicate.py): correctly handly invalid replicate response 2024-07-03 10:09:46 -07:00
sagemaker.py Revert imports changes, update tests to match 2024-07-02 19:09:22 -07:00
text_completion_codestral.py fix text completion response from codestral 2024-06-17 15:01:26 -07:00
together_ai.py feat(proxy_server.py): return litellm version in response headers 2024-05-08 16:00:08 -07:00
triton.py refactor(utils.py): refactor Logging to it's own class. Cut down utils.py to <10k lines. 2024-06-15 10:57:20 -07:00
vertex_ai.py refactor(main.py): migrate vertex gemini calls to vertex_httpx 2024-07-06 20:08:52 -07:00
vertex_ai_anthropic.py fix: linting fixes 2024-07-03 21:55:00 -07:00
vertex_httpx.py refactor(main.py): migrate vertex gemini calls to vertex_httpx 2024-07-06 20:08:52 -07:00
vllm.py feat(proxy_server.py): return litellm version in response headers 2024-05-08 16:00:08 -07:00
volcengine.py add initial support for volcengine 2024-06-26 16:53:44 -07:00
watsonx.py Revert "(fix) fixed bug with the watsonx embedding endpoint" 2024-07-05 11:40:59 -07:00