MetaGPT/config/config2.yaml.example

42 lines
784 B
Text
Raw Normal View History

2024-01-05 20:23:14 +08:00
llm:
2024-01-11 15:44:12 +08:00
api_type: "openai"
base_url: "YOUR_BASE_URL"
api_key: "YOUR_API_KEY"
2024-01-31 14:01:25 +08:00
model: "gpt-4-turbo-preview" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview
2024-01-11 15:44:12 +08:00
proxy: "YOUR_PROXY"
2024-01-05 20:23:14 +08:00
search:
2024-01-11 15:44:12 +08:00
api_type: "google"
api_key: "YOUR_API_KEY"
cse_id: "YOUR_CSE_ID"
2024-01-05 20:23:14 +08:00
mermaid:
2024-01-11 15:44:12 +08:00
engine: "pyppeteer"
path: "/Applications/Google Chrome.app"
2024-01-05 20:23:14 +08:00
redis:
host: "YOUR_HOST"
port: 32582
password: "YOUR_PASSWORD"
db: "0"
s3:
access_key: "YOUR_ACCESS_KEY"
2024-01-11 15:44:12 +08:00
secret_key: "YOUR_SECRET_KEY"
2024-01-05 20:23:14 +08:00
endpoint: "YOUR_ENDPOINT"
secure: false
bucket: "test"
2024-02-01 13:45:00 +08:00
azure_tts_subscription_key: "YOUR_SUBSCRIPTION_KEY"
azure_tts_region: "eastus"
2024-01-05 20:23:14 +08:00
2024-02-01 13:45:00 +08:00
iflytek_api_id: "YOUR_APP_ID"
iflytek_api_key: "YOUR_API_KEY"
iflytek_api_secret: "YOUR_API_SECRET"
2024-01-05 20:23:14 +08:00
2024-02-01 13:45:00 +08:00
metagpt_tti_url: "YOUR_MODEL_URL"
2024-02-01 13:54:55 +08:00
repair_llm_output: true