pratikshahp commited on
Commit
c34621f
·
verified ·
1 Parent(s): ef529cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import os
5
 
6
  # Set up Hugging Face API token and model endpoint
7
  HF_TOKEN = os.getenv("HF_TOKEN") # Ensure you have your token set in your environment
 
8
  llm = HuggingFaceEndpoint(
9
  repo_id="mistralai/Mistral-7B-Instruct-v0.3",
10
  huggingfacehub_api_token=HF_TOKEN.strip(),
 
5
 
6
  # Set up Hugging Face API token and model endpoint
7
  HF_TOKEN = os.getenv("HF_TOKEN") # Ensure you have your token set in your environment
8
+ print(HF_TOKEN)
9
  llm = HuggingFaceEndpoint(
10
  repo_id="mistralai/Mistral-7B-Instruct-v0.3",
11
  huggingfacehub_api_token=HF_TOKEN.strip(),