midscene/apps/site/docs/en/common/setup-env.mdx

9 lines
244 B
Plaintext

## Setup AI model service
Set your model configs into the environment variables. You may refer to [choose a model](../choose-a-model) for more details.
```bash
# replace with your own
export OPENAI_API_KEY="sk-abcdefghijklmnopqrstuvwxyz"
```