Ishaan Jaff
d9f3ac5159
Merge pull request #5463 from BerriAI/litellm_track_error_per_model
...
[Feat - Prometheus] - Track error_code, model metric
2024-08-31 16:36:04 -07:00
Ishaan Jaff
fd4157cf71
docs add cerebras
2024-08-31 14:57:12 -07:00
Ishaan Jaff
e6faaba56e
docs add litellm_error_code_metric_total
2024-08-31 14:46:41 -07:00
Ishaan Jaff
3a72197e77
Merge pull request #5455 from BerriAI/litellm_vtx_add_input_type_mapping
...
[Feat] Vertex embeddings - map `input_type` to `text_type`
2024-08-30 17:03:04 -07:00
Ishaan Jaff
9f87481ef0
docs add task type for vertex ai
2024-08-30 13:31:24 -07:00
Ishaan Jaff
6109501274
update doc
2024-08-30 10:47:40 -07:00
Ishaan Jaff
c781fbcc55
doc using gcs bucket config.yaml
2024-08-30 10:44:41 -07:00
Krrish Dholakia
7f1531006c
docs(routing.md): add weight-based shuffling to docs
2024-08-30 08:24:12 -07:00
Ishaan Jaff
f70b7575d2
update docs
2024-08-29 21:00:10 -07:00
Ishaan Jaff
e329c4509a
Merge branch 'main' into litellm_add_tag_control_team
2024-08-29 17:34:40 -07:00
Ishaan Jaff
010f526226
Merge branch 'main' into litellm_fwd_vtx_sdk_headers
2024-08-29 17:24:31 -07:00
Ishaan Jaff
e449bf062d
add docs on pass thtough
2024-08-29 16:12:14 -07:00
Krrish Dholakia
601945d114
docs(docker_quick_start.md): add new quick start doc for litellm proxy
2024-08-29 15:35:39 -07:00
Ishaan Jaff
308377fbe2
docs tag based routing per team
2024-08-29 14:23:55 -07:00
Ishaan Jaff
d9433d9f94
doc Tag Based Routing
2024-08-29 14:14:37 -07:00
Ishaan Jaff
944c7ac3fa
fix missing link on docs
2024-08-29 14:00:16 -07:00
Krish Dholakia
a857f4a8ee
Merge branch 'main' into litellm_main_staging
2024-08-28 18:05:27 -07:00
Krrish Dholakia
cc411f1e97
docs(reliability.md): cleanup docs
2024-08-28 13:33:13 -07:00
Ishaan Jaff
1e12a50cb3
doc add ssml usage
2024-08-28 13:08:49 -07:00
Ishaan Jaff
3a4c7f2078
add ssml support on docs
2024-08-28 12:32:51 -07:00
Ishaan Jaff
043919b278
use ssml with litellm vertex
2024-08-28 12:27:44 -07:00
Krrish Dholakia
65097d595c
fix(proxy/utils.py): fix model dump to exclude none values
2024-08-28 12:02:44 -07:00
Krrish Dholakia
00cfd31145
docs(vertex_ai.md): fix dead link
...
Fixes https://github.com/BerriAI/litellm/issues/5408
2024-08-28 08:30:00 -07:00
Ajeet D'Souza
0533f77138
docs: add time.sleep() between streaming calls
...
LiteLLM's cache appears to be updated in the background. Without this `time.sleep()` call, both responses take `0.8s` to return, but after adding it, the second response returns in `0.006s`.
2024-08-28 17:59:07 +05:30
Ishaan Jaff
e396895288
update doc on palm provider
2024-08-27 21:11:24 -07:00
Ishaan Jaff
be1bc99b60
Merge pull request #5395 from BerriAI/dependabot/npm_and_yarn/docs/my-website/webpack-5.94.0
...
build(deps): bump webpack from 5.93.0 to 5.94.0 in /docs/my-website
2024-08-27 18:16:36 -07:00
Ishaan Jaff
12693e94f1
docs add tg ai rerank docs
2024-08-27 18:14:40 -07:00
Ishaan Jaff
6ce5ba9694
add rerank on cohere docs
2024-08-27 18:11:42 -07:00
dependabot[bot]
491847b15e
build(deps): bump webpack from 5.93.0 to 5.94.0 in /docs/my-website
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.93.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.93.0...v5.94.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-28 01:08:57 +00:00
Ishaan Jaff
a5a17c120b
docs add rerank api to docs
2024-08-27 18:06:59 -07:00
Ishaan Jaff
fb5be57bb8
v0 add rerank on litellm proxy
2024-08-27 17:28:39 -07:00
Ishaan Jaff
6ab8cbc105
Merge pull request #5391 from BerriAI/litellm_add_ai21_support
...
[Feat] Add Vertex AI21 support
2024-08-27 15:06:26 -07:00
Krrish Dholakia
d2464052ec
docs(bedrock.md): add doc on passing extra headers + custom api endpoints to bedrock
...
Closes https://github.com/BerriAI/litellm/issues/5389
2024-08-27 14:18:41 -07:00
Ishaan Jaff
5bfacce548
add doc on using jamba-1.5-large
2024-08-27 14:12:38 -07:00
Krrish Dholakia
89ac324676
docs(anthropic.md): cleanup docs
2024-08-27 14:05:39 -07:00
Ishaan Jaff
0fca960221
docs langfuse link
2024-08-27 08:14:03 -07:00
Krrish Dholakia
c7bbfef846
docs(gemini.md): add context caching on google ai studio to docs
2024-08-27 08:02:52 -07:00
Ishaan Jaff
71bf5b31b2
Merge pull request #5371 from BerriAI/litellm_vertex_ft_models
...
[Feat] Add support for fine tuned vertexai models
2024-08-26 15:01:23 -07:00
Ishaan Jaff
8d9f94ede7
vertex add finetuned models
2024-08-26 13:39:20 -07:00
Krrish Dholakia
8233a20db0
docs: fix dead links
2024-08-26 13:28:25 -07:00
Ishaan Jaff
b2bac2bc34
fix link on getting started
2024-08-26 11:06:46 -07:00
Ishaan Jaff
6d61c396b3
docs using litellm sdk with litellm proxy
2024-08-26 11:03:33 -07:00
Ishaan Jaff
68bb735b3b
docs use litellm proxy with litellm python sdk
2024-08-26 10:50:24 -07:00
Ishaan Jaff
71739e942a
fix qdrant semantic cache
2024-08-26 09:25:59 -07:00
Ishaan Jaff
98c1fb0fbd
docs - explain how custom guardrail is mounted
2024-08-26 08:47:01 -07:00
Ishaan Jaff
11187920ec
Merge pull request #5352 from BerriAI/litellm_allow_setting_caching_mode
...
[Feat-Caching] allow setting caching mode to default off
2024-08-24 16:27:45 -07:00
Ishaan Jaff
74f0e60962
fix set Caching Default Off
2024-08-24 09:43:39 -07:00
Krrish Dholakia
0c26b36d9d
docs(input.md): update docs on together ai response_format params support
2024-08-23 21:34:18 -07:00
Krrish Dholakia
74a85fac0e
docs(aws_sagemaker.md): cleanup sagemaker messages api docs
2024-08-23 21:17:16 -07:00
Ishaan Jaff
a7bcc0e88e
docs tts
2024-08-23 18:29:36 -07:00