forked from phoenix/litellm-mirror
docs(image_generation.md): fix typo
This commit is contained in:
parent
b437260ece
commit
3026e5aa58
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ response = image_generation(prompt="A cute baby sea otter", model="dall-e-3")
|
||||||
print(f"response: {response}")
|
print(f"response: {response}")
|
||||||
```
|
```
|
||||||
|
|
||||||
### Input Params for `litellm.embedding()`
|
### Input Params for `litellm.image_generation()`
|
||||||
### Required Fields
|
### Required Fields
|
||||||
|
|
||||||
- `prompt`: *string* - A text description of the desired image(s).
|
- `prompt`: *string* - A text description of the desired image(s).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue