Commit graph

94 commits

Author SHA1 Message Date
Krrish Dholakia
d1a525b6c9 feat(utils.py): add async success callbacks for custom functions 2023-12-04 16:42:40 -08:00
ishaan-jaff
963dec91d1 (fix +test) langfuse log metadata 2023-11-30 13:53:43 -08:00
Krrish Dholakia
1600ad11fc fix(langfuse.py): fix metadata logging for langfuse 2023-11-30 13:45:34 -08:00
Krrish Dholakia
a2207d462e feat(router.py): add server cooldown logic 2023-11-22 15:59:48 -08:00
ishaan-jaff
c9445db22f (fix) langfuse logging - dont fail when casting optional params 2023-11-18 15:36:12 -08:00
ishaan-jaff
250c891750 (fix) langfuse logger for function calling / tools 2023-11-18 15:14:44 -08:00
Krrish Dholakia
04ce14e404 fix(utils.py): fix langfuse integration 2023-11-15 14:05:40 -08:00
Krrish Dholakia
b8cc981db5 fix(utils.py): better exception raising if logging object is not able to get set 2023-11-06 06:34:27 -08:00
Krrish Dholakia
e633566253 feat(utils.py): adding additional states for custom logging 2023-11-04 17:07:20 -07:00
Krrish Dholakia
d0b23a2722 refactor(all-files): removing all print statements; adding pre-commit + flake8 to prevent future regressions 2023-11-04 12:50:15 -07:00
ishaan-jaff
5bf42d9be8 (fix) logging callbacks - promptlayer 2023-11-02 08:18:00 -07:00
ishaan-jaff
5d2e445787 (fix) loggers langfuse - print import exception 2023-10-26 09:38:30 -07:00
Liam Moore
ff8a47aed3 support release and debug params for langfuse client 2023-10-25 16:12:14 +02:00
Krish Dholakia
b7200cf1f1 Merge pull request #647 from nirga/traceloop-bug
fix: bugs in traceloop integration
2023-10-24 17:38:30 -07:00
ishaan-jaff
6d731d6a79 (fix) llmonitor track function calls 2023-10-20 09:05:14 -07:00
ishaan-jaff
bdaff66973 (fix) allow using more than 1 custom callback 2023-10-19 09:11:58 -07:00
Nir Gazit
9e9855d814 fix: bugs in traceloop integration 2023-10-19 17:23:51 +02:00
Krish Dholakia
ee2d675d3a Merge pull request #643 from nirga/batch
fix: disabled batch by default for Traceloop
2023-10-18 13:59:45 -07:00
Nir Gazit
58a178344b fix: disabled batch by default 2023-10-18 22:30:16 +02:00
ishaan-jaff
eaa9c65a72 (fix) langsmith logger track project_name and run_name 2023-10-18 12:00:12 -07:00
ishaan-jaff
dade7fe1b1 (feat) add langsmith logger to litellm 2023-10-18 11:39:37 -07:00
ishaan-jaff
cf2ca680d1 (fix) linting fix for wandb logger 2023-10-17 18:06:14 -07:00
ishaan-jaff
c67895315d (feat) weights & biases logger 2023-10-17 18:01:53 -07:00
ishaan-jaff
18d97ee64b (feat) bump langfuse logger, track function responses, completion() metadata like temp, max_tokens etc 2023-10-17 11:51:05 -07:00
coconut49
919d622b40 Remove all __pycache__ directories 2023-10-17 22:40:59 +08:00
ishaan-jaff
8dfd76ff34 (feat) langfuse logging set custom generation_name 2023-10-16 21:34:01 -07:00
Krrish Dholakia
d0b4dfd26c feat(proxy_server): adds create-proxy feature 2023-10-12 18:27:07 -07:00
Krrish Dholakia
67b3e792ff fix(openai.py): enable custom proxy to pass in ca_bundle_path 2023-10-10 13:23:27 -07:00
ishaan-jaff
a214a0f328 (fix) remove print from supabaseClient 2023-10-10 09:59:38 -07:00
ishaan-jaff
dec855e364 (fix) supabase fix upsert bug 2023-10-10 09:55:10 -07:00
ishaan-jaff
8d7b6490fc (fix) supabase callback use litellm.completion_cost 2023-10-10 08:58:16 -07:00
ishaan-jaff
605369bc2a fix(llmonitor callback): correctly set user_id 2023-10-05 19:36:39 -07:00
ishaan-jaff
fc0091ea53 pass langfuse host 2023-10-04 09:21:46 -07:00
ishaan-jaff
779f3ec352 add langfuse host in callback 2023-10-04 09:12:21 -07:00
ishaan-jaff
8457f5e88b raise error when langfuse not installed 2023-10-03 20:58:40 -07:00
Krrish Dholakia
fdcfca7699 add metadata logging to promptlayer 2023-09-21 10:45:02 -07:00
ishaan-jaff
6ee5f7ba95 fix promptlayer logging 2023-09-13 13:22:43 -07:00
ishaan-jaff
41d90f0ef7 custom_logger for litellm - callback_func 2023-09-09 18:41:41 -07:00
ishaan-jaff
b377655d8f try/except completion_cost + custom logger func 2023-09-09 18:36:22 -07:00
ishaan-jaff
5a047d8b7a fix:completion fails when client=True&no email set 2023-09-08 12:36:33 -07:00
Krrish Dholakia
b60049b030 fix litedebugger double logging error 2023-09-07 18:02:24 -07:00
Krrish Dholakia
51b64c59f3 update streaming docs to show it working for async completion calls 2023-09-05 09:18:37 -07:00
Krrish Dholakia
455794c628 updates to logging 2023-09-01 14:38:52 -07:00
Krrish Dholakia
6cd3a44a37 fix api url for litedebugger 2023-09-01 13:28:12 -07:00
Krrish Dholakia
db5e7a3515 fixes to litedebugger 2023-09-01 13:22:16 -07:00
ishaan-jaff
0614e7d4e7 default langfuse flush 2023-08-31 11:43:20 -07:00
ishaan-jaff
4f72dbc69c add langfuse integration 2023-08-31 11:04:17 -07:00
ishaan-jaff
1d782a1153 remove traceloop as a dependency 2023-08-29 09:34:16 -07:00
Krish Dholakia
4c4a43573d Merge pull request #227 from nirga/main
feat: traceloop docs
2023-08-29 09:19:34 -07:00
Nir Gazit
06338b4aa2 feat: traceloop docs 2023-08-29 00:13:07 +02:00