26 lines
617 B
JSON
26 lines
617 B
JSON
{
|
|
"nodes": [
|
|
{
|
|
"name": "AI_001",
|
|
"host": "68.248.192.64",
|
|
"port": 8765,
|
|
"api_key_env": "AI_NODE_API_KEY",
|
|
"models": [
|
|
"llama3.1:70b",
|
|
"qwen2.5-coder:32b",
|
|
"deepseek-r1"
|
|
]
|
|
},
|
|
{
|
|
"name": "AI_002",
|
|
"host": "68.248.192.64",
|
|
"port": 8766,
|
|
"api_key_env": "AI_NODE_API_KEY",
|
|
"models": [
|
|
"llama3.1:70b",
|
|
"qwen2.5-coder:32b",
|
|
"deepseek-r1"
|
|
]
|
|
}
|
|
]
|
|
} |