Skip to content

Commit 55ec13e

Browse files
committed
docs: add instructions for setting API keys for other providers
- Include a new subsection in the documentation to guide users on how to set environment variables for API keys from providers other than Mistral. - This addition aims to make the documentation more comprehensive and helpful for users working with various API providers.
1 parent 7fd2e13 commit 55ec13e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ If you have a Mistral API key, then configure LlamaBot to use the API key by run
3939
export MISTRAL_API_KEY="your-api-key-goes-here"
4040
```
4141

42+
#### Other API providers
43+
44+
Other API providers will usually specify an environment variable to set.
45+
If you have an API key, then set the environment variable accordingly.
46+
4247
## How to use
4348

4449
### SimpleBot

0 commit comments

Comments
 (0)