docs(image_generation.md): fix typo

This commit is contained in:
Krrish Dholakia 2023-12-27 20:33:22 +05:30
parent b437260ece
commit 3026e5aa58

View file

@ -14,7 +14,7 @@ response = image_generation(prompt="A cute baby sea otter", model="dall-e-3")
print(f"response: {response}")
```
### Input Params for `litellm.embedding()`
### Input Params for `litellm.image_generation()`
### Required Fields
- `prompt`: *string* - A text description of the desired image(s).