pratikshahp commited on
Commit
aa6d626
·
verified ·
1 Parent(s): 1b174c9

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 Hugging Face endpoint for inference
11
  llm = HuggingFaceEndpoint(
12
- repo_id="meta-llama/Meta-Llama-3-8B", # Replace with your model repo
13
  huggingfacehub_api_token=HF_TOKEN.strip(),
14
  temperature=0.7,
15
  max_new_tokens=200
 
9
 
10
  # Initialize the Hugging Face endpoint for inference
11
  llm = HuggingFaceEndpoint(
12
+ repo_id="mistralai/Mistral-7B-Instruct-v0.3", # Replace with your model repo
13
  huggingfacehub_api_token=HF_TOKEN.strip(),
14
  temperature=0.7,
15
  max_new_tokens=200