Ishaan Jaff
|
0c99ae9451
|
docs - fix kub.yaml config on docs
|
2024-04-29 21:20:29 -07:00 |
|
Ishaan Jaff
|
3b8126cf51
|
docs - alerting
|
2024-04-27 15:33:21 -07:00 |
|
Ishaan Jaff
|
f55838d185
|
sentry redact messages
|
2024-04-27 11:23:46 -07:00 |
|
Ishaan Jaff
|
644d8c71b8
|
docs - setting up litellm-database
|
2024-04-26 10:23:15 -07:00 |
|
Krrish Dholakia
|
5650e8ea44
|
feat(router.py): support mock testing fallbacks flag
allow user to test if fallbacks work as expected with a `mock_testing_fallbacks = True` flag set during a call
|
2024-04-24 20:13:10 -07:00 |
|
Krrish Dholakia
|
26e9ae38ce
|
fix(proxy_server.py): add new flag for disable sharing master key on ui
|
2024-04-24 10:06:01 -07:00 |
|
Krrish Dholakia
|
8b74b52932
|
docs(caching.md): add redis ssl to docs
|
2024-04-22 19:32:03 -07:00 |
|
Krrish Dholakia
|
8963a507f7
|
docs(quick_start.md): add disclaimer
|
2024-04-20 08:49:14 -07:00 |
|
Krrish Dholakia
|
2afdf34a9f
|
docs(quick_start.md): add example of using proxy with litellm sdk
|
2024-04-20 08:49:14 -07:00 |
|
Krrish Dholakia
|
ad05cce8b7
|
docs(prod.md): update prod docs with new redis recommendations
|
2024-04-19 23:57:36 -07:00 |
|
Krrish Dholakia
|
48d3b563d8
|
docs(prometheus.md): add litellm service metrics to prometheus docs
|
2024-04-18 16:06:12 -07:00 |
|
Krrish Dholakia
|
df70e75ee1
|
docs(prometheus.md): add prometheus failed llm api requests to docs
|
2024-04-18 12:55:46 -07:00 |
|
Krrish Dholakia
|
05d6d9e45f
|
docs(user_keys.md): update docs
|
2024-04-18 11:45:19 -07:00 |
|
Ishaan Jaff
|
a5bacfa2f3
|
docs - team based logging on langfuse proxy docs
|
2024-04-15 13:35:10 -07:00 |
|
Krrish Dholakia
|
816c925bdd
|
docs(grafana_metrics.md): update for monitoring system health
|
2024-04-13 22:25:26 -07:00 |
|
Krrish Dholakia
|
f351e03772
|
docs(grafana_metrics.md): add redis metrics to prometheus
|
2024-04-13 22:15:07 -07:00 |
|
Krrish Dholakia
|
775d28a509
|
docs(token_auth.md): update docs to show org spend tracking
|
2024-04-11 23:34:34 -07:00 |
|
Ishaan Jaff
|
6e934cb842
|
docs fix team based routing
|
2024-04-11 15:23:25 -07:00 |
|
Krrish Dholakia
|
79dc453863
|
docs(enterprise.md): fix language
|
2024-04-10 20:03:55 -07:00 |
|
Krrish Dholakia
|
ef8ac6faf6
|
docs(ui.md): update docs to clarify sso is behind an enterprise license
|
2024-04-10 11:51:06 -07:00 |
|
Krrish Dholakia
|
ba57434374
|
docs(demo.md): update demo ui link
|
2024-04-09 16:35:35 -07:00 |
|
Krrish Dholakia
|
30798126eb
|
build(docker-compose.yml): fix default docker compose to run with config
|
2024-04-09 16:27:03 -07:00 |
|
Krrish Dholakia
|
b6cd200676
|
fix(llm_guard.py): enable request-specific llm guard flag
|
2024-04-08 21:15:33 -07:00 |
|
Krrish Dholakia
|
6dcf109a42
|
docs(demo.md): fix iframe link
|
2024-04-08 15:03:11 -07:00 |
|
Krrish Dholakia
|
009f548079
|
fix(proxy_server.py): allow /model/new feature flag to work via env
|
2024-04-08 14:57:19 -07:00 |
|
Ishaan Jaff
|
9e9b617934
|
docs - delete cache keys
|
2024-04-04 12:20:14 -07:00 |
|
Krrish Dholakia
|
cbe4aa386b
|
docs(token_auth.md): update links
|
2024-04-03 13:23:30 -07:00 |
|
Krrish Dholakia
|
06b7d2608e
|
docs(token_auth.md): update docs
|
2024-04-03 13:21:25 -07:00 |
|
Krrish Dholakia
|
c52819d47c
|
fix(proxy_server.py): don't require scope for team-based jwt access
If team with the client_id exists then it should be allowed to make a request, if it doesn't then as we discussed it should return an error
|
2024-04-01 18:52:00 -07:00 |
|
Krrish Dholakia
|
a917fadf45
|
docs(routing.md): refactor docs to show how to use pre-call checks and fallback across model groups
|
2024-04-01 11:21:27 -07:00 |
|
Ishaan Jaff
|
18fec3ad8e
|
Merge pull request #2779 from DaxServer/update-proxy-dockerfile-branch
fix(docs): Correct Docker pull command in deploy.md
|
2024-04-01 07:10:45 -07:00 |
|
DaxServer
|
28f6caa04c
|
fix(docs): Correct Docker pull command in deploy.md
Corrected the Docker pull command in deploy.md to remove duplicated 'docker pull' command.
|
2024-03-31 20:10:00 +02:00 |
|
DaxServer
|
61b6f8be44
|
docs: Update references to Ollama repository url
Updated references to the Ollama repository URL from https://github.com/jmorganca/ollama to https://github.com/ollama/ollama.
|
2024-03-31 19:35:37 +02:00 |
|
Krrish Dholakia
|
a7aa6fae64
|
docs(deploy.md): fix docs for litlelm-database docker run example
|
2024-03-30 20:08:27 -07:00 |
|
Krrish Dholakia
|
4826018756
|
docs(users.md): fix doc for end-user param
|
2024-03-29 21:54:07 -07:00 |
|
Ishaan Jaff
|
a78ed81cd9
|
(docs) grafana metrics
|
2024-03-29 14:38:37 -07:00 |
|
Ishaan Jaff
|
24570bc075
|
(docs) grafana / prometheus
|
2024-03-29 14:25:45 -07:00 |
|
Ishaan Jaff
|
c2283235a1
|
(docs) /metrics endpoint
|
2024-03-29 13:36:24 -07:00 |
|
Ishaan Jaff
|
ffa29ddfef
|
(docs) cleanup
|
2024-03-29 13:10:26 -07:00 |
|
Krrish Dholakia
|
cdb940d504
|
docs(prod.md): update prod docs with batch writing info
|
2024-03-28 23:42:43 -07:00 |
|
Krrish Dholakia
|
85a5291142
|
docs(prod.md): doc improvements
|
2024-03-28 19:04:24 -07:00 |
|
Krrish Dholakia
|
da7a00d6d2
|
docs(prod.md): fix docker run commands
|
2024-03-28 18:51:53 -07:00 |
|
Krrish Dholakia
|
7c44b32cc2
|
refactor(proxy/utils.py): add more debug logs
|
2024-03-28 18:44:35 -07:00 |
|
Krrish Dholakia
|
eb318afe52
|
docs(prod.md): cleanup doc
|
2024-03-28 18:34:09 -07:00 |
|
Krrish Dholakia
|
ced902f822
|
docs(prod.md): improve docs
|
2024-03-28 15:35:07 -07:00 |
|
Krrish Dholakia
|
eb3806feba
|
docs(prod.md): update docs with litellm spend logs server machine spec
|
2024-03-28 15:26:26 -07:00 |
|
Krrish Dholakia
|
c15df27c1e
|
docs(prod.md): add litellm spend logs server to docs
|
2024-03-28 15:15:10 -07:00 |
|
Krish Dholakia
|
934a9ac2b4
|
Merge pull request #2722 from BerriAI/litellm_db_perf_improvement
feat(proxy/utils.py): enable updating db in a separate server
|
2024-03-28 14:56:14 -07:00 |
|
Krrish Dholakia
|
a09818e72e
|
build(ghcr_deploy.yml): deploy spend logs server docker image
make it easy for user to deploy a separate spend logs server
|
2024-03-28 13:39:52 -07:00 |
|
Ishaan Jaff
|
5e5f3d5fd2
|
Merge pull request #2729 from BerriAI/litellm_show_better_error_msg_with_role
(fix) show user their role when rejecting /team/new requests
|
2024-03-28 07:42:31 -07:00 |
|