25b3nk commited on
Commit
34b0851
·
verified ·
1 Parent(s): 835fb2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ load_dotenv()
14
 
15
  LLAMA = "meta-llama/Meta-Llama-3.1-8B-Instruct"
16
 
17
- hf_token = os.environ["GOOGLE_API_KEY"]
18
  login(hf_token, add_to_git_credential=True)
19
 
20
  system_message = "You are an assistant that produces datasets based on description provided."
 
14
 
15
  LLAMA = "meta-llama/Meta-Llama-3.1-8B-Instruct"
16
 
17
+ hf_token = os.environ["HF_TOKEN"]
18
  login(hf_token, add_to_git_credential=True)
19
 
20
  system_message = "You are an assistant that produces datasets based on description provided."