VM name variable added

This commit is contained in:
mtorsij
2025-11-26 15:04:01 +01:00
parent 277896394d
commit 8d5e21abff
2 changed files with 25 additions and 12 deletions

View File

@@ -11,7 +11,10 @@ def _():
import ollama
from ollama import Client
QUMO_OLLAMA_URL = 'http://ollama-vb.tail44fa00.ts.net:11434'
VM_NAME = 'hiperf-gpu'
#VM_NAME = 'ollama-vb'
QUMO_OLLAMA_URL = f'http://{VM_NAME}.tail44fa00.ts.net:11434'
return Client, QUMO_OLLAMA_URL, mo, requests