Skip to content

Commit

Permalink
docs(image_generation.md): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed Dec 27, 2023
1 parent b437260 commit 3026e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/my-website/docs/image_generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 3026e5a

Please sign in to comment.