roshnn24 commited on
Commit
7ca59a9
·
verified ·
1 Parent(s): b59f908

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def initialize_llm():
151
 
152
  # Initialize with minimal settings
153
  llm = HuggingFaceHub(
154
- repo_id="google/flan-t5-xxl", # Using a simpler model for testing
155
  huggingfacehub_api_token=api_token,
156
  )
157
 
 
151
 
152
  # Initialize with minimal settings
153
  llm = HuggingFaceHub(
154
+ repo_id="mistralai/Mistral-7B-Instruct-v0.3", # Using a simpler model for testing
155
  huggingfacehub_api_token=api_token,
156
  )
157