Fix missing comma in Gemini document.
This commit is contained in:
parent
91fe668411
commit
c8bb76088b
@ -23,7 +23,7 @@ In certain use-cases you may need to make calls to the models and pass [safety s
|
||||
```python
|
||||
response = completion(
|
||||
model="gemini/gemini-pro",
|
||||
messages=[{"role": "user", "content": "write code for saying hi from LiteLLM"}]
|
||||
messages=[{"role": "user", "content": "write code for saying hi from LiteLLM"}],
|
||||
safety_settings=[
|
||||
{
|
||||
"category": "HARM_CATEGORY_HARASSMENT",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user