roshnn24 commited on
Commit
413c663
·
verified ·
1 Parent(s): 08ab3b5

Update app.py

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