hienbm commited on
Commit
452169e
·
verified ·
1 Parent(s): d099a65

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 = "meta-llama/Meta-Llama-3-70B-Instruct"
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-8x22B-Instruct-v0.1"
17
  task = "text-generation"
18
 
19
  # App config