支持GPT4和自定义GPT模型

This commit is contained in:
cookeem
2023-03-22 16:18:38 +08:00
parent cd58d80be9
commit 086bfb3ce9
10 changed files with 239 additions and 106 deletions

View File

@@ -31,10 +31,10 @@ cd chatgpt-service
# chatGPT的注册教程: https://www.cnblogs.com/damugua/p/16969508.html
# chatGPT的APIkey管理界面: https://beta.openai.com/account/api-keys
# 修改config.yaml配置文件修改appKey改为你的openai.com的appKey
# 修改config.yaml配置文件修改apiKey改为你的openai.com的apiKey
vi config.yaml
# openai的appKey改为你的apiKey
appKey: "xxxxxx"
# openai的apiKey改为你的apiKey
apiKey: "xxxxxx"
# 使用docker-compose启动服务