mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-26 14:48:51 -03:00
0.77
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import requests
|
||||
import json
|
||||
import ollama
|
||||
from ollama import Client
|
||||
import logging
|
||||
import hashlib
|
||||
from typing import Dict, Any
|
||||
@@ -47,6 +45,8 @@ class OllamaTalk:
|
||||
current_instance = None
|
||||
|
||||
def __init__(self):
|
||||
import ollama
|
||||
from ollama import Client
|
||||
self.last_content_hash = None
|
||||
self.waiting = False
|
||||
self.OLLAMA_CONFIG = None
|
||||
|
||||
Reference in New Issue
Block a user