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

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 = "meta-llama/Meta-Llama-3-70B-Instruct"
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 = "google/gemma-2-27b-it"
40
  task = "text-generation"
41
 
42
  # Initialize the Hugging Face Endpoint