修改gpt,url地址
This commit is contained in:
@@ -47,7 +47,7 @@ services:
|
||||
DB_NAME: employee_performance
|
||||
JWT_SECRET: your_jwt_secret_here_change_in_production
|
||||
FASTGPT_API_KEY: ${FASTGPT_API_KEY:-your_fastgpt_api_key_here}
|
||||
FASTGPT_API_URL: https://api.fastgpt.in/api/v1/chat/completions
|
||||
FASTGPT_API_URL: https://cloud.fastgpt.cn/api/v1/chat/completions
|
||||
FASTGPT_MODEL: gpt-4
|
||||
PORT: 3001
|
||||
NODE_ENV: development
|
||||
|
||||
Reference in New Issue
Block a user