## 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" ```