Facelook commited on
Commit
8d23365
·
1 Parent(s): f459855

Trial and error.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="meta-llama/Llama-3-8B-Instruct", # Free 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,