pratikshahp commited on
Commit
83ba8ab
·
verified ·
1 Parent(s): d8b8743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ HF_TOKEN = os.getenv("HF_TOKEN")
9
 
10
  # Initialize the HuggingFace inference endpoint
11
  llm = HuggingFaceEndpoint(
12
- repo_id="mistralai/Mistral-7B-Instruct-v0.3,
13
  huggingfacehub_api_token=HF_TOKEN.strip(),
14
  temperature=0.7,
15
  max_new_tokens=150
 
9
 
10
  # Initialize the HuggingFace inference endpoint
11
  llm = HuggingFaceEndpoint(
12
+ repo_id="mistralai/Mistral-7B-Instruct-v0.3",
13
  huggingfacehub_api_token=HF_TOKEN.strip(),
14
  temperature=0.7,
15
  max_new_tokens=150