hienbm commited on
Commit
3605a55
·
verified ·
1 Parent(s): 9d97e20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ load_dotenv()
13
  api_token = os.getenv("API_TOKEN")
14
 
15
  # Define the repository ID and task
16
- repo_id = "google/gemma-2-9b-it"
17
  task = "text-generation"
18
 
19
  # App config
 
13
  api_token = os.getenv("API_TOKEN")
14
 
15
  # Define the repository ID and task
16
+ repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
17
  task = "text-generation"
18
 
19
  # App config