.. |
custom_httpx
|
delete object from gcs
|
2024-08-01 18:07:14 -07:00 |
files_apis
|
test azure fine tune job create
|
2024-07-30 16:46:06 -07:00 |
fine_tuning_apis
|
auto update the model in cachedContents request
|
2024-08-08 15:56:46 -07:00 |
huggingface_llms_metadata
|
add hf tgi and conversational models
|
2023-09-27 15:56:45 -07:00 |
prompt_templates
|
fix(factory.py): fix merging consecutive tool blocks for bedrock converse
|
2024-08-20 08:53:34 -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
|
fix: move to using pydantic obj for setting values
|
2024-07-11 13:18:36 -07:00 |
aleph_alpha.py
|
fix: move to using pydantic obj for setting values
|
2024-07-11 13:18:36 -07:00 |
anthropic.py
|
Merge pull request #5232 from Penagwin/fix_anthropic_tool_streaming_index
|
2024-08-17 14:33:50 -07:00 |
anthropic_text.py
|
fix: move to using pydantic obj for setting values
|
2024-07-11 13:18:36 -07:00 |
azure.py
|
feat(azure.py): support 'json_schema' for older models
|
2024-08-17 16:31:13 -07:00 |
azure_text.py
|
refactor: remove custom transport logic
|
2024-07-02 17:35:27 -07:00 |
base.py
|
feat - add fim codestral api
|
2024-06-17 13:46:03 -07:00 |
base_aws_llm.py
|
show bedrock, sagemaker creds in verbose mode
|
2024-08-15 19:10:11 -07:00 |
baseten.py
|
fix: move to using pydantic obj for setting values
|
2024-07-11 13:18:36 -07:00 |
bedrock.py
|
fix(bedrock.py): fix response format for bedrock image generation response
|
2024-08-03 09:46:49 -07:00 |
bedrock_httpx.py
|
pass trace through for bedrock guardrails
|
2024-08-16 09:10:56 -07:00 |
clarifai.py
|
Clarifai : Fixed model name
|
2024-08-07 16:59:33 +00:00 |
cloudflare.py
|
fix: move to using pydantic obj for setting values
|
2024-07-11 13:18:36 -07:00 |
cohere.py
|
Merge branch 'main' into litellm_async_cohere_calls
|
2024-07-30 15:35:20 -07:00 |
cohere_chat.py
|
fix(cohere_chat.py): handle tool_result + user message being passed in
|
2024-07-29 21:38:45 -07:00 |
custom_llm.py
|
fix(custom_llm.py): pass input params to custom llm
|
2024-07-25 19:03:52 -07:00 |
databricks.py
|
fix(databricks.py): fix error handling
|
2024-08-01 15:15:45 -07:00 |
fireworks_ai.py
|
fix + test fireworks ai param mapping for tools
|
2024-06-26 06:57:04 -07:00 |
gemini.py
|
refactor: replace .error() with .exception() logging for better debugging on sentry
|
2024-08-16 09:22:47 -07:00 |
huggingface_restapi.py
|
fix(huggingface_restapi.py): support passing 'wait_for_model' param on completion calls
|
2024-08-09 09:25:19 -07:00 |
maritalk.py
|
fix: move to using pydantic obj for setting values
|
2024-07-11 13:18:36 -07:00 |
nlp_cloud.py
|
fix: move to using pydantic obj for setting values
|
2024-07-11 13:18:36 -07:00 |
nvidia_nim.py
|
fix nvidia nim param mapping
|
2024-07-05 14:44:12 -07:00 |
ollama.py
|
feat(ollama.py): support ollama /api/embed endpoint
|
2024-08-20 09:10:08 -07:00 |
ollama_chat.py
|
fix(ollama_chat.py): fix sync tool calling
|
2024-08-19 08:31:46 -07:00 |
oobabooga.py
|
fix: move to using pydantic obj for setting values
|
2024-07-11 13:18:36 -07:00 |
openai.py
|
fix(openai.py): fix position of invalid_params param
|
2024-08-10 09:52:27 -07:00 |
openrouter.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
palm.py
|
refactor: replace .error() with .exception() logging for better debugging on sentry
|
2024-08-16 09:22:47 -07:00 |
petals.py
|
fix: move to using pydantic obj for setting values
|
2024-07-11 13:18:36 -07:00 |
predibase.py
|
refactor: replace .error() with .exception() logging for better debugging on sentry
|
2024-08-16 09:22:47 -07:00 |
replicate.py
|
fix: now supports single tokens prediction
|
2024-07-25 19:06:07 +02:00 |
sagemaker.py
|
allow index to not exist in sagemaker chunks
|
2024-08-15 19:45:59 -07:00 |
text_completion_codestral.py
|
fix test codestral api
|
2024-08-20 08:45:44 -07:00 |
together_ai.py
|
fix: fix linting errors
|
2024-07-11 13:36:55 -07:00 |
triton.py
|
Fix not sended json_data_for_triton
|
2024-08-14 09:57:48 +07:00 |
vertex_ai.py
|
fix: move to using pydantic obj for setting values
|
2024-07-11 13:18:36 -07:00 |
vertex_ai_anthropic.py
|
feat: Translate openai 'response_format' json_schema to 'response_schema' for vertex ai + google ai studio
|
2024-08-06 19:06:14 -07:00 |
vertex_ai_partner.py
|
fix(vertex_ai_partner.py): pass model for llama3 param mapping
|
2024-08-07 18:07:14 -07:00 |
vertex_httpx.py
|
style(vertex_httpx.py): make vertex error string more helpful
|
2024-08-17 15:09:55 -07:00 |
vllm.py
|
fix: move to using pydantic obj for setting values
|
2024-07-11 13:18:36 -07:00 |
volcengine.py
|
add initial support for volcengine
|
2024-06-26 16:53:44 -07:00 |
watsonx.py
|
fix: move to using pydantic obj for setting values
|
2024-07-11 13:18:36 -07:00 |