Commit graph

1477 commits

Author SHA1 Message Date
Krish Dholakia
33a433eb0a
Merge branch 'main' into litellm_llm_api_prompt_injection_check 2024-03-21 09:57:10 -07:00
Krrish Dholakia
0521e8a1d9 fix(prompt_injection_detection.py): fix type check 2024-03-21 08:56:13 -07:00
Ishaan Jaff
8363bd4e7e
Merge pull request #2613 from BerriAI/litellm_fix_quick_start_docker
(docs) Litellm fix quick start docker
2024-03-20 21:34:19 -07:00
Ishaan Jaff
354d13c7e1 (docs) fix litellm docker quick start 2024-03-20 21:34:01 -07:00
Ishaan Jaff
3612e47d6b (fix) clean up quick start 2024-03-20 21:24:42 -07:00
Ishaan Jaff
ee1a0a9409 (docs) add example using openai compatib model 2024-03-20 21:15:50 -07:00
Ishaan Jaff
f7945a945b (docs) add example using vertex ai on litellm proxy 2024-03-20 21:07:55 -07:00
Ishaan Jaff
5842486810 (docs) using /cache/ping 2024-03-20 17:03:26 -07:00
Ishaan Jaff
c068a5fb74 (docs) deploying litellm 2024-03-20 11:47:55 -07:00
Krrish Dholakia
ca970a90c4 fix(handle_jwt.py): remove issuer check 2024-03-20 08:35:23 -07:00
Krrish Dholakia
88733fda5d docs(prompt_injection.md): open sourcing prompt injection detection 2024-03-19 22:48:52 -07:00
Krrish Dholakia
f25b03326b fix(proxy_server.py): allow user to disable scheduled reset budget task 2024-03-19 20:36:22 -07:00
Krish Dholakia
5171d7689f
Merge pull request #2592 from BerriAI/litellm_jwt_auth
feat(handle_jwt.py): support authenticating admins into the proxy via jwt's
2024-03-19 17:54:54 -07:00
Krrish Dholakia
3ed3d89a06 docs: doc cleanup 2024-03-19 17:50:31 -07:00
Krrish Dholakia
0c1d754e2c docs(cost_tracking.md): cleanup docs 2024-03-19 17:40:52 -07:00
Krrish Dholakia
191c2256f6 docs(deploy.md): fix deploy quick start command 2024-03-19 17:35:08 -07:00
Krrish Dholakia
a8d3d51d21 docs(token_based_auth.md): add jwt auth to docs 2024-03-19 16:34:27 -07:00
Ishaan Jaff
36440f6b4a
Merge pull request #2521 from BerriAI/dependabot/npm_and_yarn/docs/my-website/follow-redirects-1.15.6
build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /docs/my-website
2024-03-19 13:13:55 -07:00
Krrish Dholakia
7c74a0e6e2 fix(proxy_server.py): expose disable_spend_logs flag in config general settings
Writing each spend log adds +300ms latency

https://github.com/BerriAI/litellm/issues/1714#issuecomment-1924727281
2024-03-19 12:08:37 -07:00
Krrish Dholakia
c63259ebcd docs(deploy.md): update docker start command 2024-03-19 07:58:08 -07:00
Ishaan Jaff
038c9d5781 (docs) litellm + datadog 2024-03-18 17:06:00 -07:00
Ishaan Jaff
4a4c322278 (docs) easily find call hooks 2024-03-18 07:38:29 -07:00
Krrish Dholakia
136a58b84a docs(secret.md): add aws secret manager to docs 2024-03-16 18:47:56 -07:00
Ishaan Jaff
27cd012c2d (docs) litellm hel 2024-03-16 12:14:35 -07:00
Ishaan Jaff
c17e721278 (docs) update litellm helm docs 2024-03-16 12:01:38 -07:00
Krrish Dholakia
2c2db9ce89 fix(proxy_server.py): bug fix on getting user obj from cache 2024-03-16 11:07:38 -07:00
Krrish Dholakia
2d2731c3b5 docs(caching.md): add batch redis requests to docs 2024-03-15 23:01:08 -07:00
ishaan-jaff
92b198f6c5 (docs) litellm + helm chart 2024-03-15 17:04:51 -07:00
Ishaan Jaff
8cfa0b64ce
Merge pull request #2541 from udit-001/docs/chatlitellm-langfuse
docs(langfuse): add chatlitellm section
2024-03-15 16:32:01 -07:00
ishaan-jaff
3108c91ebd (docs) using litellm + helm charts 2024-03-15 16:20:26 -07:00
ishaan-jaff
4a33c53619 (fix) docs litellm helm chart 2024-03-15 16:07:43 -07:00
Udit
4a232f4ab3 docs(langfuse): update langfuse casing 2024-03-16 03:34:47 +05:30
Udit
b8dbcd7ac3 docs(langfuse): update section titles 2024-03-16 03:33:14 +05:30
Udit
31fb2d0219 docs(langfuse): fix missing litellm import 2024-03-16 03:30:01 +05:30
Udit
1220eb3c7a docs(langfuse): update chatlitellm section 2024-03-16 03:28:19 +05:30
Udit
acd56b174c docs(langfuse): add chatlitellm section 2024-03-16 03:24:07 +05:30
Krrish Dholakia
e033e84720 docs(cohere.md): fix model name in cohere docs 2024-03-15 10:08:07 -07:00
Krish Dholakia
32ca306123
Merge pull request #2535 from BerriAI/litellm_fireworks_ai_support
feat(utils.py): add native fireworks ai support
2024-03-15 10:02:53 -07:00
Krrish Dholakia
5edf414a5f docs(audio_transcription.md): add openai sdk usage example to audio transcription docs 2024-03-15 09:54:03 -07:00
Krrish Dholakia
fa0c8b7be6 docs(fireworks_ai.md): add fireworks ai to docs 2024-03-15 09:17:15 -07:00
ishaan-jaff
f07a652148 (docs) load test proxy 2024-03-15 08:10:45 -07:00
Ishaan Jaff
4c834714ab
Merge pull request #2529 from snekkenull/main
(feat) add groq/gemma-7b-it
2024-03-15 07:41:44 -07:00
ishaan-jaff
91a47dc17a (docs) how to run a locust load test 2024-03-15 07:37:50 -07:00
USAGI
a9634b717c
Add groq/gemma-7b-it 2024-03-15 11:50:19 +08:00
Krrish Dholakia
6f1eb038bc docs(bedrock.md): adding docs for calling bedrock models on proxy via config.yaml 2024-03-14 14:50:13 -07:00
Krrish Dholakia
cb221cc88b docs(caching.md): add redis namespaces to docs 2024-03-14 13:38:33 -07:00
dependabot[bot]
913f19e046
build(deps): bump follow-redirects in /docs/my-website
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-14 20:02:59 +00:00
Krrish Dholakia
7876aa2d75 fix(parallel_request_limiter.py): handle metadata being none 2024-03-14 10:02:41 -07:00
ishaan-jaff
0269cddd55 (feat) add claude-3-haiku 2024-03-13 20:24:06 -07:00
Aaron Bach
daca0a93ce Update docs 2024-03-13 17:37:59 -06:00