MetaGPT/tests/config2.yaml

28 lines
473 B
YAML
Raw Normal View History

2024-01-31 19:32:36 +08:00
llm:
base_url: "https://api.openai.com/v1"
api_key: "sk-xxx"
2024-04-22 19:18:03 +08:00
model: "gpt-3.5-turbo"
2024-01-31 19:32:36 +08:00
search:
api_type: "serpapi"
api_key: "xxx"
s3:
access_key: "MOCK_S3_ACCESS_KEY"
secret_key: "MOCK_S3_SECRET_KEY"
endpoint: "http://mock:9000"
secure: false
bucket: "mock"
2024-02-01 13:53:57 +08:00
azure_tts_subscription_key: "xxx"
azure_tts_region: "eastus"
2024-01-31 19:32:36 +08:00
2024-02-01 13:53:57 +08:00
iflytek_app_id: "xxx"
iflytek_api_key: "xxx"
iflytek_api_secret: "xxx"
2024-01-31 19:32:36 +08:00
2024-02-01 13:53:57 +08:00
metagpt_tti_url: "http://mock.com"
2024-01-31 19:32:36 +08:00
2024-02-01 13:53:57 +08:00
repair_llm_output: true
2024-01-31 19:32:36 +08:00