coconut49
|
db55dac434
|
merge
|
2023-10-18 01:47:56 +08:00 |
|
coconut49
|
cd5bb4a311
|
Add uvicorn, fastapi, tomli, and tomli-w to requirements.txt
|
2023-10-18 01:25:54 +08:00 |
|
coconut49
|
bb91a8671d
|
Change Dockerfile to rename secrets_template.toml to litellm.secrets.toml.
|
2023-10-18 01:22:33 +08:00 |
|
coconut49
|
07f06c6479
|
Refactor Dockerfile and proxy_cli.py to use new secrets file location
|
2023-10-18 01:17:03 +08:00 |
|
coconut49
|
0939302ae9
|
Refactor proxy_server.py to simplify v1 endpoints and improve logging
|
2023-10-18 00:35:51 +08:00 |
|
Krrish Dholakia
|
bf5fd640ab
|
docs(proxy_server.md): fix docs
|
2023-10-17 09:28:52 -07:00 |
|
Krrish Dholakia
|
dcb866b353
|
docs(proxy_server.md): update proxy server docs to include multi-agent autogen tutorial
|
2023-10-17 09:22:34 -07:00 |
|
Ishaan Jaff
|
ed7cf37e68
|
Merge pull request #625 from promptmetheus/verbose-warning
Verbose warning
|
2023-10-17 08:59:03 -07:00 |
|
coconut49
|
762e4c86e8
|
Change boolean values in secrets_template.toml from title to lower case.
|
2023-10-17 23:53:00 +08:00 |
|
coconut49
|
4414594e7d
|
Refactor proxy_server.py for readability and code consistency
|
2023-10-17 23:48:55 +08:00 |
|
coconut49
|
266b3b82f5
|
Set WORKDIR to /app before installing requirements in Dockerfile.
|
2023-10-17 23:09:11 +08:00 |
|
coconut49
|
d4f7fb70ed
|
Add backoff and boto3 to requirements.txt
|
2023-10-17 23:02:39 +08:00 |
|
coconut49
|
0d24bcaf57
|
Expose port 8000 in Dockerfile and add deployment instructions.
|
2023-10-17 22:59:17 +08:00 |
|
coconut49
|
e8a56819cf
|
Refactor start script and Dockerfile, switch to bash entrypoint
|
2023-10-17 22:53:06 +08:00 |
|
coconut49
|
2039066aa1
|
Remove all __pycache__ directories
|
2023-10-17 22:40:59 +08:00 |
|
coconut49
|
5c1a460fd5
|
rm litellm/__pycache__/
|
2023-10-17 22:36:06 +08:00 |
|
coconut49
|
5ab1312b62
|
Add '*.pyc' to .gitignore to ignore Python compiled files
|
2023-10-17 22:34:39 +08:00 |
|
coconut49
|
b8bde7350e
|
Add .idea/ directory to .gitignore to exclude IDE settings from version control.
|
2023-10-17 22:28:31 +08:00 |
|
Toni Engelhardt
|
ff198ccce3
|
Verbose warning
|
2023-10-17 09:23:06 +01:00 |
|
ishaan-jaff
|
8fa9dab9fe
|
(docs) function calling
|
2023-10-16 21:58:18 -07:00 |
|
ishaan-jaff
|
205f4a59e9
|
(test) langfuse updates
|
2023-10-16 21:42:01 -07:00 |
|
ishaan-jaff
|
d8a5339c0b
|
(docs) updated langfuse docs, set langfuse generation
|
2023-10-16 21:41:45 -07:00 |
|
ishaan-jaff
|
730ee6a7ae
|
(test) langfuse logging with custom gen name
|
2023-10-16 21:34:44 -07:00 |
|
ishaan-jaff
|
5135b77c43
|
(feat) langfuse logging set custom generation_name
|
2023-10-16 21:34:01 -07:00 |
|
ishaan-jaff
|
6950e10a49
|
(test) update langchain tests
|
2023-10-16 20:24:10 -07:00 |
|
Krrish Dholakia
|
541a8b7bc8
|
fix(proxy_server): improve error handling
|
2023-10-16 19:42:53 -07:00 |
|
Krrish Dholakia
|
d5c33657d2
|
bump: version 0.8.5 → 0.8.6
|
2023-10-16 17:53:14 -07:00 |
|
Krrish Dholakia
|
036c50e2bf
|
refactor(main.py): clean up print statement
|
2023-10-16 17:53:09 -07:00 |
|
Krrish Dholakia
|
7572086231
|
style: fix linting errors
|
2023-10-16 17:35:08 -07:00 |
|
Krrish Dholakia
|
5ef054f105
|
refactor(proxy_server.py): code cleanup
|
2023-10-16 16:47:33 -07:00 |
|
Krrish Dholakia
|
1df487a45d
|
docs(proxy_server): cleanup docs
|
2023-10-16 15:38:57 -07:00 |
|
Krish Dholakia
|
d8aa7d1aaf
|
Update README.md
|
2023-10-16 15:35:38 -07:00 |
|
Krish Dholakia
|
127acb766d
|
Update README.md
|
2023-10-16 15:34:18 -07:00 |
|
Krrish Dholakia
|
529834fdf8
|
docs(proxy_server.md): add docs on how to self host proxy with docker image
|
2023-10-16 15:19:13 -07:00 |
|
Krrish Dholakia
|
81373f0678
|
build: Adds dockerfile for easily building proxy
|
2023-10-16 15:09:29 -07:00 |
|
Ishaan Jaff
|
ad202a30da
|
Merge pull request #620 from Shivam250702/main
Update README.md
|
2023-10-16 13:46:01 -07:00 |
|
Shivam Singh
|
34c4896478
|
Update README.md
Removed unnecessary punctuation marks and errors
|
2023-10-17 00:10:46 +05:30 |
|
ishaan-jaff
|
02085671a6
|
(docs) function calling for Non OpenAI LLMs
|
2023-10-16 11:27:14 -07:00 |
|
Krrish Dholakia
|
4424aaf69f
|
refactor(main.py): remove print statement
|
2023-10-16 07:33:15 -07:00 |
|
Krrish Dholakia
|
1a09bbd4a9
|
docs(main.py): adding docstring for text_completion
|
2023-10-16 07:31:48 -07:00 |
|
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 |
|