ishaan-jaff
|
9bdd6e73bb
|
(feat) proxy logs: dynamodb - set table name
|
2023-12-15 21:38:44 +05:30 |
|
ishaan-jaff
|
99c505dba6
|
(fix) make dynamo logger async for proxy
|
2023-12-15 18:52:09 +05:30 |
|
ishaan-jaff
|
6c58fe65ff
|
(feat) dynamo db - log call_type
|
2023-12-15 17:27:48 +05:30 |
|
ishaan-jaff
|
e35f0cbbdc
|
(feat) dynamo logger - all payload vals are str
|
2023-12-15 17:00:38 +05:30 |
|
ishaan-jaff
|
15b1e758ab
|
(test) dynamo db writes
|
2023-12-15 16:43:33 +05:30 |
|
ishaan-jaff
|
6b0f61f29b
|
(fix) dynamo.py spelling
|
2023-12-15 16:07:42 +05:30 |
|
ishaan-jaff
|
98662d1f59
|
(feat) add dynamoDB logger
|
2023-12-15 15:35:35 +05:30 |
|
Krrish Dholakia
|
0f14fb3797
|
docs(custom_callback.md): add async failure + streaming logging events to docs
https://github.com/BerriAI/litellm/issues/1125
|
2023-12-14 10:46:53 -08:00 |
|
Krrish Dholakia
|
effdddc1c8
|
fix(custom_logger.py): enable pre_call hooks to modify incoming data to proxy
|
2023-12-13 16:20:37 -08:00 |
|
Krrish Dholakia
|
7b8851cce5
|
fix(ollama.py): fix async completion calls for ollama
|
2023-12-13 13:10:25 -08:00 |
|
Krrish Dholakia
|
f9dfeb502a
|
fix(langfuse.py): serialize message for logging
|
2023-12-12 21:41:05 -08:00 |
|
Krrish Dholakia
|
dc148c37b0
|
refactor(custom_logger.py): add async log stream event function
|
2023-12-12 00:16:48 -08:00 |
|
ishaan-jaff
|
3acd393c5e
|
(feat) langfuse - print traceback.exec()
|
2023-12-09 22:27:07 -08:00 |
|
Krrish Dholakia
|
4bf875d3ed
|
fix(router.py): fix least-busy routing
|
2023-12-08 20:29:49 -08:00 |
|
Krrish Dholakia
|
c789865c87
|
fix(langfuse.py): metadata none error
|
2023-12-06 17:24:59 -08:00 |
|
ishaan-jaff
|
b482b9002c
|
(feat) Custom_logger add async success & async failure
|
2023-12-06 17:16:24 -08:00 |
|
ishaan-jaff
|
b3f039627e
|
(feat) litellm - add _async_failure_callback
|
2023-12-06 14:43:47 -08:00 |
|
Krrish Dholakia
|
e0ccb281d8
|
feat(utils.py): add async success callbacks for custom functions
|
2023-12-04 16:42:40 -08:00 |
|
ishaan-jaff
|
936c27c9ee
|
(fix +test) langfuse log metadata
|
2023-11-30 13:53:43 -08:00 |
|
Krrish Dholakia
|
a5c99d8594
|
fix(langfuse.py): fix metadata logging for langfuse
|
2023-11-30 13:45:34 -08:00 |
|
Krrish Dholakia
|
3e76d4b422
|
feat(router.py): add server cooldown logic
|
2023-11-22 15:59:48 -08:00 |
|
ishaan-jaff
|
4aa95f9d43
|
(fix) langfuse logging - dont fail when casting optional params
|
2023-11-18 15:36:12 -08:00 |
|
ishaan-jaff
|
2564491434
|
(fix) langfuse logger for function calling / tools
|
2023-11-18 15:14:44 -08:00 |
|
Krrish Dholakia
|
c8b73d90f1
|
fix(utils.py): fix langfuse integration
|
2023-11-15 14:05:40 -08:00 |
|
Krrish Dholakia
|
c55db28b6f
|
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
|
c3916a7754
|
feat(utils.py): adding additional states for custom logging
|
2023-11-04 17:07:20 -07:00 |
|
Krrish Dholakia
|
6b40546e59
|
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
|
2c18f7d374
|
(fix) logging callbacks - promptlayer
|
2023-11-02 08:18:00 -07:00 |
|
ishaan-jaff
|
fd515f2a07
|
(fix) loggers langfuse - print import exception
|
2023-10-26 09:38:30 -07:00 |
|
Liam Moore
|
fe2b214b7a
|
support release and debug params for langfuse client
|
2023-10-25 16:12:14 +02:00 |
|
Krish Dholakia
|
b86c679e71
|
Merge pull request #647 from nirga/traceloop-bug
fix: bugs in traceloop integration
|
2023-10-24 17:38:30 -07:00 |
|
ishaan-jaff
|
8e9340f3b9
|
(fix) llmonitor track function calls
|
2023-10-20 09:05:14 -07:00 |
|
ishaan-jaff
|
16f598aa3f
|
(fix) allow using more than 1 custom callback
|
2023-10-19 09:11:58 -07:00 |
|
Nir Gazit
|
c21e86faec
|
fix: bugs in traceloop integration
|
2023-10-19 17:23:51 +02:00 |
|
Krish Dholakia
|
a0f6279bff
|
Merge pull request #643 from nirga/batch
fix: disabled batch by default for Traceloop
|
2023-10-18 13:59:45 -07:00 |
|
Nir Gazit
|
92d4ae1eaa
|
fix: disabled batch by default
|
2023-10-18 22:30:16 +02:00 |
|
ishaan-jaff
|
4258828969
|
(fix) langsmith logger track project_name and run_name
|
2023-10-18 12:00:12 -07:00 |
|
ishaan-jaff
|
994979a3f4
|
(feat) add langsmith logger to litellm
|
2023-10-18 11:39:37 -07:00 |
|
ishaan-jaff
|
da3625e2f3
|
(fix) linting fix for wandb logger
|
2023-10-17 18:06:14 -07:00 |
|
ishaan-jaff
|
5fd7720029
|
(feat) weights & biases logger
|
2023-10-17 18:01:53 -07:00 |
|
ishaan-jaff
|
4cccad35f4
|
(feat) bump langfuse logger, track function responses, completion() metadata like temp, max_tokens etc
|
2023-10-17 11:51:05 -07:00 |
|
coconut49
|
2039066aa1
|
Remove all __pycache__ directories
|
2023-10-17 22:40:59 +08:00 |
|
ishaan-jaff
|
5135b77c43
|
(feat) langfuse logging set custom generation_name
|
2023-10-16 21:34:01 -07:00 |
|
Krrish Dholakia
|
b28c055896
|
feat(proxy_server): adds create-proxy feature
|
2023-10-12 18:27:07 -07:00 |
|
Krrish Dholakia
|
b50013386f
|
fix(openai.py): enable custom proxy to pass in ca_bundle_path
|
2023-10-10 13:23:27 -07:00 |
|
ishaan-jaff
|
f97811fb1c
|
(fix) remove print from supabaseClient
|
2023-10-10 09:59:38 -07:00 |
|
ishaan-jaff
|
a89d3ed2af
|
(fix) supabase fix upsert bug
|
2023-10-10 09:55:10 -07:00 |
|
ishaan-jaff
|
35b9f34751
|
(fix) supabase callback use litellm.completion_cost
|
2023-10-10 08:58:16 -07:00 |
|
ishaan-jaff
|
1897a1ee46
|
fix(llmonitor callback): correctly set user_id
|
2023-10-05 19:36:39 -07:00 |
|
ishaan-jaff
|
925a6645df
|
pass langfuse host
|
2023-10-04 09:21:46 -07:00 |
|