mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-06 11:35:49 +00:00
11 lines
310 B
Markdown
11 lines
310 B
Markdown
# Environment Settings
|
|
You can also write information into env to skip some options.
|
|
|
|
## Model keys
|
|
```
|
|
# Set env BBM_OPENAI_API_KEY to ignore option --openai_key
|
|
export BBM_OPENAI_API_KEY=${your_api_key}
|
|
|
|
# Set env BBM_CAIYUN_API_KEY to ignore option --caiyun_key
|
|
export BBM_CAIYUN_API_KEY=${your_api_key}
|
|
``` |