add submodule: kvstore
This commit is contained in:
@@ -74,6 +74,8 @@ services:
|
||||
- .env
|
||||
volumes:
|
||||
- ./configs/ai-chat-service.yaml:/app/config.yaml:ro
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
ports:
|
||||
- "50055:50055"
|
||||
depends_on:
|
||||
|
||||
@@ -17,9 +17,9 @@ chat:
|
||||
bot_desc: "你是一个AI助手,我需要你模拟一名资深的软件工程师来回答我的问题"
|
||||
min_response_tokens: 600
|
||||
redis:
|
||||
host: "127.0.0.1"
|
||||
host: "host.docker.internal"
|
||||
port: 8888
|
||||
pwd: ""
|
||||
pwd: "123456"
|
||||
dependOn:
|
||||
sensitive:
|
||||
address: "sensitive-filter:50053"
|
||||
|
||||
Reference in New Issue
Block a user