Trial and error.
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ class BasicAgent:
|
|
34 |
print("Using Inference API for generation...")
|
35 |
response = self.client.text_generation(
|
36 |
prompt=question,
|
37 |
-
model="
|
38 |
max_new_tokens=500,
|
39 |
temperature=0.7,
|
40 |
do_sample=True,
|
|
|
34 |
print("Using Inference API for generation...")
|
35 |
response = self.client.text_generation(
|
36 |
prompt=question,
|
37 |
+
model="google/gemma-7b-it", # Free model
|
38 |
max_new_tokens=500,
|
39 |
temperature=0.7,
|
40 |
do_sample=True,
|