Update generate-presentation-over-api.mdx
This commit is contained in:
parent
ee68a3d6db
commit
e698312f7c
1 changed files with 6 additions and 6 deletions
|
|
@ -133,12 +133,12 @@ Here's a quick reference for the key parameters you can set:
|
|||
|
||||
| Parameter | Type | Required | Description |
|
||||
| ----------- | ------ | -------- | ---------------------------------------------------------- |
|
||||
| `prompt` | string | 👍 Yes | Topic/title of your presentation |
|
||||
| `n_slides` | int | ❌ No | Number of slides (default: 8; min: 5, max: 15) |
|
||||
| `language` | string | ❌ No | Language you'd like the presentation in (default: English) |
|
||||
| `theme` | string | ❌ No | Optional styling (e.g.: "light", "dark", "royal_blue") |
|
||||
| `documents` | file[] | ❌ No | Additional supporting documents (PDF/PPTX/DOCX/TXT) |
|
||||
| `export_as` | string | ❌ No | "pptx" or "pdf" (default: pptx) |
|
||||
| `prompt` | string | Yes | Topic/title of your presentation |
|
||||
| `n_slides` | int | No | Number of slides (default: 8; min: 5, max: 15) |
|
||||
| `language` | string | No | Language you'd like the presentation in (default: English) |
|
||||
| `theme` | string | No | Optional styling (e.g.: "light", "dark", "royal_blue") |
|
||||
| `documents` | file[] | No | Additional supporting documents (PDF/PPTX/DOCX/TXT) |
|
||||
| `export_as` | string | No | "pptx" or "pdf" (default: pptx) |
|
||||
|
||||
Yes, it can generate presentations directly from most popular file formats. Make sure you understand the context window of model you're using with respect to file size.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue