You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"model": "cohere.embed-english-v3",
"no-log": true,
"input": "Can you please give me your the numbers after the dash?",
"metadata": {
"trace_user_id": "postman-test",
"session_id": "new-session",
"tags": [
"tag1",
"tag2"
],
"trace_metadata": {
"key": "value"
}
}
}
Should not log the request into the logging system (tested with langfuse). it works with the chat/completions endpoint but has no effect on the embeddings endpoint and will log the request whatever the value for no-log is.
Relevant log output
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
v1.59.8-stable
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered:
What happened?
a payload like :
{
"model": "cohere.embed-english-v3",
"no-log": true,
"input": "Can you please give me your the numbers after the dash?",
"metadata": {
"trace_user_id": "postman-test",
"session_id": "new-session",
"tags": [
"tag1",
"tag2"
],
"trace_metadata": {
"key": "value"
}
}
}
Should not log the request into the logging system (tested with langfuse). it works with the chat/completions endpoint but has no effect on the embeddings endpoint and will log the request whatever the value for no-log is.
Relevant log output
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
v1.59.8-stable
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: