Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,6 +31,7 @@ class BasicAgent:
|
|
| 31 |
model_id="accounts/fireworks/models/qwen2p5-72b-instruct",
|
| 32 |
temperature = 0.1,
|
| 33 |
max_tokens = 100
|
|
|
|
| 34 |
#top_p = 1
|
| 35 |
|
| 36 |
def __call__(self, question: str) -> str:
|
|
|
|
| 31 |
model_id="accounts/fireworks/models/qwen2p5-72b-instruct",
|
| 32 |
temperature = 0.1,
|
| 33 |
max_tokens = 100
|
| 34 |
+
)
|
| 35 |
#top_p = 1
|
| 36 |
|
| 37 |
def __call__(self, question: str) -> str:
|