chore(init): 初始化项目目录结构与 Go 模块
This commit is contained in:
14
configs/application.yaml
Normal file
14
configs/application.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
app:
|
||||
name: goloom
|
||||
env: development
|
||||
port: ${SERVER_PORT:-8091}
|
||||
|
||||
llm:
|
||||
base_url: ${LLM_BASE_URL}
|
||||
api_key: ${LLM_API_KEY}
|
||||
model: ${LLM_MODEL:-deepseek-chat}
|
||||
timeout: 30s
|
||||
max_retries: 3
|
||||
|
||||
agent:
|
||||
config_dir: configs/agent
|
||||
Reference in New Issue
Block a user