Krish Dholakia
|
123c0f41f8
|
Merge pull request #655 from coconut49/main
Create GitHub Action to automatically build docker images
|
2023-10-19 21:49:18 -07:00 |
|
coconut49
|
f890aa1db5
|
Refactor code for better readability and remove unnecessary comments in Dockerfile.
|
2023-10-20 12:19:56 +08:00 |
|
coconut49
|
be78f2ade9
|
Move Dockerfile to root and set environment variable for config path
|
2023-10-20 12:19:29 +08:00 |
|
coconut49
|
52fdfe5819
|
Improve code formatting and allow configurable litellm config path via environment variable.
|
2023-10-20 12:19:26 +08:00 |
|
coconut49
|
a9ebf1b6ab
|
Relocate Dockerfile to litellm/proxy directory.
|
2023-10-20 12:18:37 +08:00 |
|
Krrish Dholakia
|
00993f3575
|
fix: allow api base to be set for all providers
enables proxy use cases
|
2023-10-19 19:07:42 -07:00 |
|
Krrish Dholakia
|
76bf8c4be3
|
fix(anthropic.py): enable api base to be customized
|
2023-10-19 18:45:29 -07:00 |
|
Krrish Dholakia
|
04f8840a92
|
test: fix linting testing
|
2023-10-19 18:40:33 -07:00 |
|
Krrish Dholakia
|
4198901a2d
|
docs(token_usage.md): adding new register model function
|
2023-10-19 18:33:53 -07:00 |
|
Krrish Dholakia
|
8dda69e216
|
feat(utils.py): add register model helper function
|
2023-10-19 18:26:36 -07:00 |
|
ishaan-jaff
|
3f3af9dae7
|
(test) add slack custom webhook testing
|
2023-10-19 09:11:58 -07:00 |
|
ishaan-jaff
|
310d65bd62
|
(feat) failure handler - log exceptions when incorrect model passed and result=None
|
2023-10-19 09:11:58 -07:00 |
|
ishaan-jaff
|
16f598aa3f
|
(fix) allow using more than 1 custom callback
|
2023-10-19 09:11:58 -07:00 |
|
ishaan-jaff
|
5cf3c3dc86
|
(fix) allow using more than 1 custom callback
|
2023-10-19 09:11:58 -07:00 |
|
Krrish Dholakia
|
01ba459682
|
fix(proxy_server.py): adding coverage for v1/models
|
2023-10-18 21:45:58 -07:00 |
|
Krrish Dholakia
|
3a8c8f56d6
|
feat(proxy_server.py): add model router to proxy
|
2023-10-18 17:40:08 -07:00 |
|
Krrish Dholakia
|
3863920ea5
|
feat(proxy_cli.py): optional logging
|
2023-10-18 16:51:47 -07:00 |
|
Krrish Dholakia
|
50a3c9768b
|
test(init.py): improving testing for get_model_cost_map
b69449a811
|
2023-10-18 14:55:36 -07:00 |
|
Krish Dholakia
|
a0f6279bff
|
Merge pull request #643 from nirga/batch
fix: disabled batch by default for Traceloop
|
2023-10-18 13:59:45 -07:00 |
|
Krrish Dholakia
|
b69449a811
|
fix(init.py): adding local cached copy of model mapping for fallbacks
|
2023-10-18 13:59:12 -07:00 |
|
Nir Gazit
|
92d4ae1eaa
|
fix: disabled batch by default
|
2023-10-18 22:30:16 +02:00 |
|
Krrish Dholakia
|
e35562d188
|
fix(router.py): completing redis support work for router
|
2023-10-18 12:13:00 -07:00 |
|
ishaan-jaff
|
92b56de2db
|
(test) langsmith logger with metadata
|
2023-10-18 12:00:30 -07:00 |
|
ishaan-jaff
|
4258828969
|
(fix) langsmith logger track project_name and run_name
|
2023-10-18 12:00:12 -07:00 |
|
ishaan-jaff
|
c9763789f3
|
(test) test langsmith logger
|
2023-10-18 11:39:37 -07:00 |
|
ishaan-jaff
|
994979a3f4
|
(feat) add langsmith logger to litellm
|
2023-10-18 11:39:37 -07:00 |
|
ishaan-jaff
|
f2d8e43f67
|
(feat) add langsmith logger to litellm
|
2023-10-18 11:39:37 -07:00 |
|
ishaan-jaff
|
85f13e8655
|
(test) fix wandb logger
|
2023-10-18 10:20:26 -07:00 |
|
ishaan-jaff
|
0c090e3675
|
(fix) update docstring for get_max_tokens
|
2023-10-18 09:16:34 -07:00 |
|
Krrish Dholakia
|
fa488e29e0
|
fix(test_proxy.py): fix tests
|
2023-10-17 22:34:12 -07:00 |
|
Krrish Dholakia
|
b20cf3171b
|
feat(router.py): add routing capabilities for multiple deployments
|
2023-10-17 22:28:31 -07:00 |
|
ishaan-jaff
|
da3625e2f3
|
(fix) linting fix for wandb logger
|
2023-10-17 18:06:14 -07:00 |
|
ishaan-jaff
|
46cd3cb7a4
|
(test) wandb logger
|
2023-10-17 18:04:55 -07:00 |
|
ishaan-jaff
|
b6b9f9487d
|
(test) add weights & biases logger
|
2023-10-17 18:01:53 -07:00 |
|
ishaan-jaff
|
5fd7720029
|
(feat) weights & biases logger
|
2023-10-17 18:01:53 -07:00 |
|
Krrish Dholakia
|
a7c3fc2fd9
|
fix(utils.py): mapping azure api version missing exception
|
2023-10-17 17:12:51 -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
|
450f6edce8
|
fix(proxy_server.py): putting load config in a try-except block
|
2023-10-17 13:45:35 -07:00 |
|
Krrish Dholakia
|
e0ae2c5d68
|
fix(proxy_server.py): add backoff to install
|
2023-10-17 13:42:57 -07:00 |
|
Krrish Dholakia
|
2f57dc8906
|
refactor(proxy_cli.py): code cleanup
|
2023-10-17 13:29:47 -07:00 |
|
Krrish Dholakia
|
e34e6429a7
|
refactor(llm.py): fixes linting issues
|
2023-10-17 13:07:21 -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 |
|
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
|
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
|
dcb866b353
|
docs(proxy_server.md): update proxy server docs to include multi-agent autogen tutorial
|
2023-10-17 09:22:34 -07:00 |
|
coconut49
|
4414594e7d
|
Refactor proxy_server.py for readability and code consistency
|
2023-10-17 23:48:55 +08:00 |
|
coconut49
|
e8a56819cf
|
Refactor start script and Dockerfile, switch to bash entrypoint
|
2023-10-17 22:53:06 +08:00 |
|