Krrish Dholakia
2f5f85cb52
docs(callbacks.md): cleanup docs
2024-07-09 08:43:03 -07:00
Ishaan Jaff
70a605b3cc
docs - update telemetry
2024-06-24 13:21:16 -07:00
Ishaan Jaff
7b414a73a7
docs - show setting trace name
2024-06-18 20:12:00 -07:00
Ishaan Jaff
604f9689d0
fix setting langfuse attributes thru header
2024-06-18 12:09:58 -07:00
Ishaan Jaff
991604986d
docs - logfire
2024-06-17 19:47:31 -07:00
Ishaan Jaff
61ff712a08
fix deps
2024-06-17 19:33:10 -07:00
Ishaan Jaff
b4acd483c4
update logging docs
2024-06-17 17:31:58 -07:00
Ishaan Jaff
d8dd0408b0
docs - fix build time issues
2024-06-15 16:12:37 -07:00
Krish Dholakia
056913fd70
Merge pull request #3559 from Intellegam/main
...
Langfuse integration support for `parent_observation_id` parameter
2024-06-14 06:55:45 -07:00
Krrish Dholakia
fb96f07ccb
docs(raw_request_prod.md): add seeing raw request / response for proxy on docs
2024-06-12 11:00:29 -07:00
Krrish Dholakia
7eae0ff7e3
fix(utils.py): allow user to opt in to raw request logging to langfuse
2024-06-11 13:35:22 -07:00
Takashi Iwamoto
dbfdbf37c9
Fix log message in Custom Callbacks doc
2024-06-07 22:20:16 +09:00
afel
a24dbdf78c
fix typo
2024-06-06 08:04:11 +02:00
afel
756fd69e1c
update langfuse docs
2024-06-06 08:01:59 +02:00
Hannes Burrichter
b89b3d8c44
Merge branch 'BerriAI:main' into main
2024-05-21 13:51:55 +02:00
alisalim17
01bb26bbba
Revert "Revert "Logfire Integration""
...
This reverts commit b04a8d878a
.
2024-05-21 11:07:40 +04:00
Marc Abramowitz
bf4f08ac30
Work with custom LANGSMITH_BASE_URL
...
This allows working with a custom Langsmith base URL. For example,
I can use this to test against a local Langsmith instance, running on
my laptop with Docker by adding this to the proxy config:
```yaml
litellm_settings:
success_callback: ["langsmith"]
environment_variables:
LANGSMITH_BASE_URL: "http://localhost:1984 "
LANGSMITH_PROJECT: "litellm-proxy"
```
2024-05-16 17:13:01 -07:00
Krrish Dholakia
a7b9a03991
docs(billing.md): add tutorial on billing with litellm + lago to docs
2024-05-16 14:13:39 -07:00
Krrish Dholakia
3acb31fa49
docs(lago.md): add lago usage-based billing quick-start to docs
2024-05-16 13:24:04 -07:00
Hannes Burrichter
5bf59d5295
Merge branch 'BerriAI:main' into main
2024-05-15 16:44:05 +02:00
Krrish Dholakia
1a3b001432
docs(langfuse_integration.md): cleanup docs
2024-05-15 07:37:04 -07:00
Krish Dholakia
b04a8d878a
Revert "Logfire Integration"
2024-05-14 17:38:47 -07:00
alisalim17
18bf68298f
Merge remote-tracking branch 'upstream/main'
2024-05-14 18:42:20 +04:00
Hannes Burrichter
1bd6a1ba05
Merge branch 'BerriAI:main' into main
2024-05-14 13:31:07 +02:00
Alex Epstein
3bf2ccc856
feat(langfuse.py): Allow for individual call message/response redaction
2024-05-12 22:38:29 -04:00
Ishaan Jaff
360d284058
docs - debug langfuse
2024-05-11 14:12:17 -07:00
Hannes Burrichter
be85145b86
Update langfuse integration docs wiht the new parent_observation_id
parameter
2024-05-10 10:27:58 +02:00
Alex Epstein
b82162832a
Update support for langfuse metadata
...
- Added ability to set trace release, version, metadata
- Added ability to update fields during a trace continuation
- Added ability to update input and output during a trace continuation
- Wrote new test for verifying metadata is set correctly
- Small improvement to setting secret boolean, prevent unnecessary literal_eval
- Small improvements to langfuse tests
2024-05-05 14:56:36 -04:00
alisalim17
7e0b479a37
docs: add documentation for logfire integration
2024-05-04 17:47:54 +04:00
greenscale-nandesh
6009632705
Merge branch 'main' into main
2024-05-02 08:22:11 -07:00
Krrish Dholakia
61d680143f
docs(openmeter.md): add openmeter to docs
2024-05-01 18:31:45 -07:00
Krrish Dholakia
bd79e8b516
docs(langfuse_integration.md): add 'existing_trace_id' to langfuse docs
2024-04-29 16:40:38 -07:00
Ishaan Jaff
8d26030b99
docs - track cost custom callbacks
2024-04-29 13:15:08 -07:00
Ishaan Jaff
f55838d185
sentry redact messages
2024-04-27 11:23:46 -07:00
Ishaan Jaff
01478c9148
docs - langfuse redact messages
2024-04-27 11:23:35 -07:00
Nandesh Guru
651ff66d65
Merge branch 'main' of https://github.com/greenscale-ai/litellm
2024-04-24 13:46:46 -07:00
Nandesh Guru
cdd6013624
Greenscale Documentation
2024-04-24 13:46:43 -07:00
Krish Dholakia
263439ee4a
Merge pull request #3098 from greenscale-ai/main
...
Support for Greenscale AI logging
2024-04-24 13:09:03 -07:00
Bill Chambers
f15988d416
Update langsmith_integration.md
2024-04-21 18:54:18 -07:00
Nandesh Guru
f5e3695dc7
Support for Greenscale logging
2024-04-17 12:24:00 -07:00
Marc Klingen
81e4c46ce1
docs: add langfuse to callback docs
2024-04-16 00:47:22 +02:00
Vincelwt
1b84dfac91
Merge branch 'main' into main
2024-03-30 13:21:53 +09:00
Vivek Aditya
efc90b04c7
minor fix
2024-03-23 12:50:46 +05:30
Vivek Aditya
6bd49c6087
Athina docs updated with information about additional fields and a minor fix in the callback
2024-03-23 12:42:07 +05:30
Vincelwt
1cbfd312fe
Merge branch 'main' into main
2024-03-19 12:50:04 +09:00
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
Vince Loewe
a9648613dc
feat: LLMonitor is now Lunary
2024-02-27 22:07:13 -08:00