Fix tab_dataset
This commit is contained in:
@@ -3,9 +3,9 @@ import json
|
||||
import re
|
||||
|
||||
class LLMAcousticBridge:
|
||||
def __init__(self, model_name="phi3", host="http://localhost:11434"):
|
||||
def __init__(self, model_name="dolphin-llama3:8b"):
|
||||
self.model_name = model_name
|
||||
self.api_url = f"{host}/api/generate"
|
||||
self.api_url = "http://localhost:11434/api/generate"
|
||||
|
||||
def _clean_json(self, text):
|
||||
"""Вытаскивает чистый JSON из ответа нейросети."""
|
||||
|
||||
Reference in New Issue
Block a user