config2.yaml
1 llm: 2 base_url: "https://api.openai.com/v1" 3 api_key: "sk-xxx" 4 model: "gpt-3.5-turbo" 5 6 search: 7 api_type: "serpapi" 8 api_key: "xxx" 9 10 s3: 11 access_key: "MOCK_S3_ACCESS_KEY" 12 secret_key: "MOCK_S3_SECRET_KEY" 13 endpoint: "http://mock:9000" 14 secure: false 15 bucket: "mock" 16 17 azure_tts_subscription_key: "xxx" 18 azure_tts_region: "eastus" 19 20 iflytek_app_id: "xxx" 21 iflytek_api_key: "xxx" 22 iflytek_api_secret: "xxx" 23 24 metagpt_tti_url: "http://mock.com" 25 26 repair_llm_output: true 27