Commit Graph

2285 Commits

Author SHA1 Message Date
Krrish Dholakia a7c3fc2fd9 fix(utils.py): mapping azure api version missing exception 2023-10-17 17:12:51 -07:00
Krrish Dholakia 69f6f23943 bump: version 0.9.2 → 0.9.2.dev1 2023-10-17 16:48:17 -07:00
Krrish Dholakia b67fe857dd test(test_proxy.py): add tests for debugging 2023-10-17 16:47:48 -07:00
Krrish Dholakia 22937b3b16 test(test_proxy.py): adding testing for proxy server 2023-10-17 16:29:11 -07:00
Krrish Dholakia ebc34ddeb6 docs(proxy_server.md): adding perf details 2023-10-17 14:33:43 -07:00
ishaan-jaff efe04cab5a (docs) add support & talk to founders to all docs for logging & obs 2023-10-17 14:14:46 -07:00
ishaan-jaff cbd2c5816a (docs) add logging & observability to docs 2023-10-17 14:08:51 -07:00
Ishaan Jaff abc3ccf2ee Update README.md 2023-10-17 13:57:41 -07:00
Ishaan Jaff 0726d8f58c Update README.md 2023-10-17 13:54:41 -07:00
Ishaan Jaff 5113a5d9c6 Update README.md 2023-10-17 13:50:37 -07:00
Krrish Dholakia 0f99c39560 bump: version 0.9.1 → 0.9.2 2023-10-17 13:45:48 -07:00
Krrish Dholakia 450f6edce8 fix(proxy_server.py): putting load config in a try-except block 2023-10-17 13:45:35 -07:00
Ishaan Jaff beb556c15c Update README.md 2023-10-17 13:44:47 -07:00
Krrish Dholakia 2c0ca12b12 bump: version 0.9.0 → 0.9.1 2023-10-17 13:42:57 -07:00
Krrish Dholakia e0ae2c5d68 fix(proxy_server.py): add backoff to install 2023-10-17 13:42:57 -07:00
Ishaan Jaff 6c48d26766 Update README.md 2023-10-17 13:40:20 -07:00
Ishaan Jaff 6429763afd Update README.md 2023-10-17 13:38:55 -07:00
Ishaan Jaff 2169b728ab Update README.md 2023-10-17 13:33:17 -07:00
Krrish Dholakia 8d56e6dad2 docs(proxy_server.md): cleanup 2023-10-17 13:30:16 -07:00
Krrish Dholakia 2f57dc8906 refactor(proxy_cli.py): code cleanup 2023-10-17 13:29:47 -07:00
Krrish Dholakia 33a1a3b890 bump: version 0.9.0 → 1.0.0 2023-10-17 13:10:21 -07:00
Krrish Dholakia e34e6429a7 refactor(llm.py): fixes linting issues 2023-10-17 13:07:21 -07:00
Krrish Dholakia 0f26458fcf bump: version 0.8.6 → 0.9.0 2023-10-17 12:40:24 -07:00
Krrish Dholakia e2248e27e5 docs(proxy_server.md): adding chatdev tutorial to docs 2023-10-17 12:38:40 -07:00
ishaan-jaff 38671ff740 (docs) langfuse 2023-10-17 12:10:26 -07:00
ishaan-jaff 53e6ef62e7 (docs) langfuse logger 2023-10-17 12:05:30 -07:00
ishaan-jaff e4397e7e2a (docs) langfuse callback 2023-10-17 11:59:13 -07:00
ishaan-jaff 4cccad35f4 (feat) bump langfuse logger, track function responses, completion() metadata like temp, max_tokens etc 2023-10-17 11:51:05 -07:00
Krish Dholakia dbd1d702e4 Merge pull request #628 from coconut49/main
Update the Dockerfile of the LiteLLM Proxy server and some refactorings
2023-10-17 11:28:00 -07:00
coconut49 356a10431d Add new routes for v1 versioning in proxy server 2023-10-18 01:54:47 +08:00
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