amaltese commited on
Commit
656453a
·
verified ·
1 Parent(s): db135a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ wiki_wiki = wikipediaapi.Wikipedia(
14
  )
15
 
16
  # Load local AI model (Mistral-7B or Llama-2)
17
- chat_model = pipeline("text-generation", model="mistralai/Mistral-7B-Instruct-v0.3")
18
 
19
  def get_wikipedia_summary(name):
20
  page = wiki_wiki.page(name)
 
14
  )
15
 
16
  # Load local AI model (Mistral-7B or Llama-2)
17
+ chat_model = pipeline("text-generation", model="mistralai/Mistral-7B")
18
 
19
  def get_wikipedia_summary(name):
20
  page = wiki_wiki.page(name)