Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -16,7 +16,7 @@ class GaiaAgent:
|
|
16 |
# Använd en mer kapabel modell för bättre reasoning
|
17 |
self.llm = pipeline(
|
18 |
"text-generation",
|
19 |
-
model="
|
20 |
token=token,
|
21 |
device="cpu",
|
22 |
max_new_tokens=1024,
|
|
|
16 |
# Använd en mer kapabel modell för bättre reasoning
|
17 |
self.llm = pipeline(
|
18 |
"text-generation",
|
19 |
+
model="google/flan-t5-large", # <-- Bara denna rad
|
20 |
token=token,
|
21 |
device="cpu",
|
22 |
max_new_tokens=1024,
|