refactor: 重构目录结构,后端代码统一到 backend/ 目录
This commit is contained in:
13
backend/configs/application.yaml
Normal file
13
backend/configs/application.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
app:
|
||||
name: goloom
|
||||
env: local
|
||||
|
||||
server:
|
||||
addr: ":8091"
|
||||
|
||||
llm:
|
||||
request-timeout: 5m
|
||||
|
||||
agent:
|
||||
config-paths:
|
||||
- configs/agent/only-one-agent.yaml
|
||||
Reference in New Issue
Block a user