mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[GH-ISSUE #75] 无法从model_configs.json中加载配置 #49
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @funnycups on GitHub (Mar 5, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/75
model_configs.json中内容为:docker-compose.yml中已经挂载了该文件:
但启动容器后,日志等级仍然是INFO,并且提示
INFO - Loaded API key from config: 1234进入容器,可以看到文件被正确挂载了,内容都是有的
@minghuayao81 commented on GitHub (Mar 5, 2025):
@funnycups 你docker环境中的路径不对,应该为:
注意是:/app/app
@funnycups commented on GitHub (Mar 5, 2025):
是的,项目的docker-compose这样写的,我没仔细检查。现在已经正确工作了,感谢!