返回 DeepSeek-Reasonix
.env.example
根目录 / .env.example
1 # Copy to .env and fill in. Only secrets belong here — a provider's base_url and
2 # model are configured in reasonix.toml, where api_key_env points at these variables.
3
4 DEEPSEEK_API_KEY=
5 MIMO_API_KEY=
6
6 lines Plain Text