Documentation edits made through Mintlify web editor
This commit is contained in:
parent
e6fff94449
commit
af2dc3fbc7
2 changed files with 5 additions and 1 deletions
|
|
@ -19,10 +19,14 @@ Presenton can be customized and secured using environment variables. Below are t
|
|||
Your OpenAI API key. Required if `LLM` is set to `"openai"`.\
|
||||
_Example:_ `OPENAI_API_KEY="sk-xxxxxxxxxxxxxxxx"`
|
||||
|
||||
> For image generation you might need to [Verify Organization](https://help.openai.com/en/articles/10910291-api-organization-ver)
|
||||
|
||||
- **`GOOGLE_API_KEY`**\
|
||||
Your Google API key. Required if `LLM` is set to `"google"`.\
|
||||
_Example:_ `GOOGLE_API_KEY="AIzaSyXXXXXXXXXXXX"`
|
||||
|
||||
> Image generation does not work in `EU Region`. Choose Ollama or OpenAI instead.
|
||||
|
||||
- **`OLLAMA_MODEL`**\
|
||||
The Ollama model name to use. Required if `LLM` is set to `"ollama"`.\
|
||||
_Example:_ `OLLAMA_MODEL="llama3.2:3b"`
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ Here's a quick reference for the key parameters you can set:
|
|||
|
||||
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.
|
||||
|
||||
For now, these should be enough to get you going. Later, you can reference the [API docs](./mdx.docs) if needed.
|
||||
For now, these should be enough to get you going. Later, you can reference the [API docs](../index) if needed.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue