Commit Graph
2269 Commits
Author SHA1 Message Date
Ishaan JaffandGitHub 6429763afd Update README.md 2023-10-17 13:38:55 -07:00
Ishaan JaffandGitHub 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 DholakiaandGitHub 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 JaffandGitHub 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 EngelhardtandGitHub 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 DholakiaandGitHub d8aa7d1aaf Update README.md 2023-10-16 15:35:38 -07:00
Krish DholakiaandGitHub 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 JaffandGitHub ad202a30da Merge pull request #620 from Shivam250702/main
Update README.md
2023-10-16 13:46:01 -07:00