thematic analysis opzetje

This commit is contained in:
2025-12-01 15:09:16 +01:00
parent 74aecff2bd
commit 9499d6c068
4 changed files with 331 additions and 7 deletions

View File

@@ -9,8 +9,8 @@ def _():
import marimo as mo
from utils import connect_qumo_ollama
# VM_NAME = 'hiperf-gpu'
VM_NAME = 'ollama-lite'
VM_NAME = 'hiperf-gpu'
# VM_NAME = 'ollama-lite'
client = connect_qumo_ollama(VM_NAME)
return VM_NAME, client, mo