Commit graph

226 commits

Author SHA1 Message Date
Krrish Dholakia
126c0cca81 fix(lunary.py): move parse_version to inside lunarylogger 2024-04-03 13:52:42 -07:00
Krrish Dholakia
5fe8aa27d1 feat(prometheus.py): track team based metrics on prometheus 2024-04-03 13:43:21 -07:00
Krrish Dholakia
895073e68a fix(proxy_server.py): bump default db timeouts 2024-04-03 09:35:08 -07:00
Krrish Dholakia
67f62aa53e fix(main.py): support text completion input being a list of strings
addresses - https://github.com/BerriAI/litellm/issues/2792, https://github.com/BerriAI/litellm/issues/2777
2024-04-02 08:50:16 -07:00
Vincelwt
35c279eff8 Merge branch 'main' into main 2024-03-30 13:21:53 +09:00
Andrea Ponti
d3b442e289 Add trace_name in langfuse logging v2 2024-03-27 16:58:08 +01:00
Krrish Dholakia
7bc76ddbc3 feat(llm_guard.py): enable key-specific llm guard check 2024-03-26 17:21:51 -07:00
Vivek Aditya
6f81cc97a0 Athina docs updated with information about additional fields and a minor fix in the callback 2024-03-23 12:42:07 +05:30
Vincelwt
860f1b982d Merge branch 'main' into main 2024-03-22 00:52:42 +09:00
Krrish Dholakia
e9cc6b4cc9 feat(proxy_server.py): enable llm api based prompt injection checks
run user calls through an llm api to check for prompt injection attacks. This happens in parallel to th
e actual llm call using `async_moderation_hook`
2024-03-20 22:43:42 -07:00
Ishaan Jaff
a23746b776 (fix) add /metrics to utils.py 2024-03-19 17:28:33 -07:00
Ishaan Jaff
4be25c8817 (feat) prometheus metric collector 2024-03-19 15:44:36 -07:00
Vincelwt
e92db58204 Merge branch 'main' into main 2024-03-19 12:50:04 +09:00
Ishaan Jaff
4bac58637c (fix) clean dd imports 2024-03-18 16:40:58 -07:00
Ishaan Jaff
4a13f9751d (feat) init datadog logger 2024-03-18 16:27:01 -07:00
Konstantin L
14cdc9b868 add functions and tools to input for langfuse, fix #2207 2024-03-14 12:38:28 +01:00
ishaan-jaff
abd15f4421 (fix) default langfuse setting 2024-03-12 17:42:31 -07:00
Vince Loewe
a1d1819b40 Merge branch 'main' into main 2024-03-11 12:36:41 +09:00
ishaan-jaff
0ea0566f20 (fix) high traffic langfuse, s3 2024-03-06 12:22:52 -08:00
ishaan-jaff
ffd23ef161 (fix) high traffic langfuse logging 2024-03-06 12:17:59 -08:00
Krrish Dholakia
38bcc910b7 fix: clean up print verbose statements 2024-03-05 15:01:03 -08:00
Vince Loewe
8f7adc9d20 remove useless logging 2024-03-02 11:15:21 -08:00
Vince Loewe
95f748ce91 remove auto install 2024-02-29 12:33:07 -08:00
Vince Loewe
18561c11fe fix template tracking 2024-02-28 23:10:06 -08:00
Vince Loewe
9bf3907225 Merge branch 'main' of github.com:lunary-ai/litellm 2024-02-28 22:18:43 -08:00
Vince Loewe
499fa36aa3 support templates 2024-02-28 22:18:39 -08:00
Vince Loewe
05faeb5d35 Merge branch 'BerriAI:main' into main 2024-02-28 22:18:14 -08:00
Vince Loewe
91f77fa7a6 fix timestamps and user 2024-02-27 22:30:32 -08:00
Vince Loewe
c8a0a38c2a feat: LLMonitor is now Lunary 2024-02-27 22:07:13 -08:00
Ishaan Jaff
ab066d22a8 Merge branch 'main' into litellm_daily_metrics 2024-02-27 20:33:35 -08:00
ishaan-jaff
af90e508d9 (chore) move clickhouse to correct directory 2024-02-27 19:41:01 -08:00
ishaan-jaff
a794b442f8 (feat) update /daily metrics 2024-02-27 18:33:59 -08:00
ishaan-jaff
c907d2f3b5 (feat) /daily/metrics 2024-02-27 14:51:23 -08:00
ishaan-jaff
9480513d5d (feat) clickhouse update views / aggregate tables 2024-02-27 12:55:50 -08:00
ishaan-jaff
6f538df24f (feat) clickhouse run view setup 2024-02-27 12:52:20 -08:00
ishaan-jaff
d520ae32b4 (fix) logging on clickhouse + proxy 2024-02-27 08:59:24 -08:00
ishaan-jaff
198159afff (feat) enable viewing /spend/logs for clickhouse 2024-02-26 18:05:21 -08:00
ishaan-jaff
801984dc8c (feat) init clickhouse logger 2024-02-26 15:38:07 -08:00
ishaan-jaff
2ea6802f68 (feat) basic clickhouse logging setup 2024-02-26 15:28:57 -08:00
ishaan-jaff
a4987acd45 (feat) set up click house table on start 2024-02-26 15:25:59 -08:00
ishaan-jaff
644b7eb918 (v0) start clickhouse 2024-02-26 14:18:56 -08:00
ishaan-jaff
4e8b62ccea (feat) use clickhouse as a logging provider 2024-02-26 07:35:16 -08:00
ishaan-jaff
e40df7c2cc v0 clickhouse 2024-02-24 17:40:39 -08:00
Krrish Dholakia
78f8b4836b fix(langfuse.py): support time to first token logging on langfuse 2024-02-23 10:04:12 -08:00
Vivek Aditya
ddbe2bb56c pr comments addressed 2024-02-23 22:40:09 +05:30
Vivek Aditya
0315be6db6 Support for Athina logging 2024-02-23 21:49:40 +05:30
Krish Dholakia
4e00f68b58 Merge pull request #1491 from samyxdev/main
Adding PromptLayer support of tags
2024-02-22 11:42:56 -08:00
Krrish Dholakia
7089b13632 fix(llm_guard.py): add streaming hook for moderation calls 2024-02-20 20:31:32 -08:00
Krrish Dholakia
67cd9b1c63 feat(llama_guard.py): add llama guard support for content moderation + new async_moderation_hook endpoint 2024-02-16 18:45:25 -08:00
Krrish Dholakia
2a5a14d612 fix(utils.py): support image gen logging to langfuse 2024-02-16 16:12:52 -08:00