ローカルLLMにワークフローを作らせる
This commit is contained in:
15
autonomous_windmill/.env.example
Normal file
15
autonomous_windmill/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# Windmill 接続設定
|
||||
WINDMILL_URL=https://windmill.keinafarm.net
|
||||
WINDMILL_TOKEN=your_token_here
|
||||
WINDMILL_WORKSPACE=admins
|
||||
|
||||
# Ollama 設定
|
||||
OLLAMA_URL=http://localhost:11434
|
||||
OLLAMA_MODEL=qwen2.5-coder:14b
|
||||
|
||||
# 動作設定
|
||||
DEV_PATH_PREFIX=f/dev
|
||||
MAX_RETRIES=3
|
||||
MAX_JSON_RETRIES=2
|
||||
POLL_INTERVAL=5
|
||||
POLL_MAX_COUNT=30
|
||||
Reference in New Issue
Block a user