mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 11:26:23 +02:00
refactor config
This commit is contained in:
parent
62ca2ca90d
commit
97868beacf
11 changed files with 65 additions and 67 deletions
|
|
@ -14,17 +14,15 @@ s3:
|
|||
secure: false
|
||||
bucket: "mock"
|
||||
|
||||
AZURE_TTS_SUBSCRIPTION_KEY: "xxx"
|
||||
AZURE_TTS_REGION: "eastus"
|
||||
azure_tts_subscription_key: "xxx"
|
||||
azure_tts_region: "eastus"
|
||||
|
||||
IFLYTEK_APP_ID: "xxx"
|
||||
IFLYTEK_API_KEY: "xxx"
|
||||
IFLYTEK_API_SECRET: "xxx"
|
||||
iflytek_app_id: "xxx"
|
||||
iflytek_api_key: "xxx"
|
||||
iflytek_api_secret: "xxx"
|
||||
|
||||
METAGPT_TEXT_TO_IMAGE_MODEL_URL: "http://mock.com"
|
||||
metagpt_tti_url: "http://mock.com"
|
||||
|
||||
PYPPETEER_EXECUTABLE_PATH: "/usr/bin/chromium"
|
||||
|
||||
REPAIR_LLM_OUTPUT: true
|
||||
repair_llm_output: true
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue