initial commit: rocket.new export of broadcastbeat
This commit is contained in:
26
config/ai-nodes.json
Normal file
26
config/ai-nodes.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user