Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ if not API_KEY:
|
|
| 32 |
# Definisci i percorsi dei file
|
| 33 |
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
| 34 |
RDF_FILE = os.path.join(BASE_DIR, "Ontologia.rdf")
|
| 35 |
-
HF_MODEL = "
|
| 36 |
|
| 37 |
MAX_CLASSES = 30
|
| 38 |
MAX_PROPERTIES = 30
|
|
|
|
| 32 |
# Definisci i percorsi dei file
|
| 33 |
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
| 34 |
RDF_FILE = os.path.join(BASE_DIR, "Ontologia.rdf")
|
| 35 |
+
HF_MODEL = "NousResearch/Hermes-3-Llama-3.1-8B" # Assicurati che il modello sia supportato
|
| 36 |
|
| 37 |
MAX_CLASSES = 30
|
| 38 |
MAX_PROPERTIES = 30
|