mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
feat: auto-unittest
This commit is contained in:
parent
ad1edf6092
commit
c20aecf5f2
4 changed files with 112 additions and 0 deletions
30
tests/config2.yaml
Normal file
30
tests/config2.yaml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
llm:
|
||||
base_url: "https://api.openai.com/v1"
|
||||
api_key: "sk-xxx"
|
||||
model: "gpt-3.5-turbo-16k"
|
||||
|
||||
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"
|
||||
|
||||
AZURE_TTS_SUBSCRIPTION_KEY: "xxx"
|
||||
AZURE_TTS_REGION: "eastus"
|
||||
|
||||
IFLYTEK_APP_ID: "xxx"
|
||||
IFLYTEK_API_KEY: "xxx"
|
||||
IFLYTEK_API_SECRET: "xxx"
|
||||
|
||||
METAGPT_TEXT_TO_IMAGE_MODEL_URL: "http://mock.com"
|
||||
|
||||
PYPPETEER_EXECUTABLE_PATH: "/usr/bin/chromium"
|
||||
|
||||
REPAIR_LLM_OUTPUT: true
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue