doc cleanup

This commit is contained in:
Krrish Dholakia 2023-08-05 19:58:01 -07:00
parent 75057c72d2
commit 2492ed23d1

View File

@ -61,6 +61,7 @@ response = completion(model="chatgpt-test", messages=[{"role": "user", "content"
### Additional Controls
**Different Table name**
If you modified your table name, here's how to pass the new name.
```python
@ -68,6 +69,7 @@ litellm.modify_integration("supabase",{"table_name": "litellm_logs"})
```
**Identify end-user**
Here's how to map your llm call to an end-user
```python