Commit graph

2278 commits

Author SHA1 Message Date
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
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