Facelook commited on
Commit
a45c41e
·
1 Parent(s): ca0617a

Trial and error.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ class BasicAgent:
22
 
23
  # List of fallback models (free models that don't require authentication)
24
  self.fallback_models = [
25
- TinyLlama / TinyLlama - 1.1B - Chat - v1.0
26
  ]
27
 
28
  try:
 
22
 
23
  # List of fallback models (free models that don't require authentication)
24
  self.fallback_models = [
25
+ "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
26
  ]
27
 
28
  try: