hienbm commited on
Commit
520e89e
·
verified ·
1 Parent(s): 76a408f

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 = "mistralai/Mixtral-8x7B-Instruct-v0.1"
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 = "meta-llama/Meta-Llama-3-70B-Instruct"
40
  task = "text-generation"
41
 
42
  # Initialize the Hugging Face Endpoint