mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
minor fix
This commit is contained in:
parent
6bd49c6087
commit
efc90b04c7
1 changed files with 1 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ response = completion(
|
|||
```
|
||||
|
||||
## Additional information in metadata
|
||||
You can send some additional information to Athina by using the `metadata` field in completion. This can be useful for sending metadata about the request, such as the user ID, the request ID, or any other information you want to track.
|
||||
You can send some additional information to Athina by using the `metadata` field in completion. This can be useful for sending metadata about the request, such as the customer_id, prompt_slug, or any other information you want to track.
|
||||
|
||||
```python
|
||||
#openai call with additional metadata
|
||||
|
|
@ -56,7 +56,6 @@ response = completion(
|
|||
"prompt_slug": "my_prompt_slug/v1"
|
||||
}
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Following are the allowed fields in metadata, their types, and their descriptions:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue