AjithBharadwaj commited on
Commit
cf902ce
·
verified ·
1 Parent(s): 0af23db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def get_conversational_chain():
63
  """
64
 
65
  model = HuggingFaceEndpoint(
66
- repo_id="google/gemma-2-9b-it",
67
  temperature=0.3,
68
  huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
69
  )
 
63
  """
64
 
65
  model = HuggingFaceEndpoint(
66
+ repo_id="mistralai/Mistral-7B-Instruct-v0.3",
67
  temperature=0.3,
68
  huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
69
  )