mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-07-12 19:40:45 +00:00
9 lines
244 B
Plaintext
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"
|
|
```
|