update docker file
This commit is contained in:
@@ -30,6 +30,8 @@ services:
|
|||||||
blueberry:
|
blueberry:
|
||||||
<<: *common-config
|
<<: *common-config
|
||||||
container_name: blueberry
|
container_name: blueberry
|
||||||
command: ["python", "fastapi_server/server_dashscope.py", "react", "--sys-prompt-f", "configs/prompts/blueberry.txt"]
|
command: ["python", "fastapi_server/server_openai.py",
|
||||||
|
"react", "--sys-prompt-f", "configs/prompts/blueberry.txt",
|
||||||
|
"--tool-manager-config.client-tool-manager.tool-keys"]
|
||||||
ports:
|
ports:
|
||||||
- "8589:8588"
|
- "8589:8588"
|
||||||
Reference in New Issue
Block a user