hienbm commited on
Commit
3d138c0
·
verified ·
1 Parent(s): bba3ee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ load_dotenv()
36
  api_token = os.getenv("API_TOKEN")
37
 
38
  # Define the repository ID and task
39
- repo_id = "google/gemma-2-27b-it"
40
  task = "text-generation"
41
 
42
  # Initialize the Hugging Face Endpoint
 
36
  api_token = os.getenv("API_TOKEN")
37
 
38
  # Define the repository ID and task
39
+ repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
40
  task = "text-generation"
41
 
42
  # Initialize the Hugging Face Endpoint