samim2024 commited on
Commit
fc13a76
·
verified ·
1 Parent(s): 412bc45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def getresponse(userInput, api_key):
39
  llm = HuggingFaceEndpoint(
40
  temperature=0.9,
41
  HUGGINGFACEHUB_API_TOKEN=api_key,
42
- repo_id="mistralai/Mistral-7B-Instruct-v0.2" #"mistralai/Mixtral-8x7B-Instruct-v0.1" # 'text-davinci-003' model is depreciated now, so we are using the openai's recommended model
43
  )
44
 
45
  st.session_state['conversation'] = ConversationChain(
 
39
  llm = HuggingFaceEndpoint(
40
  temperature=0.9,
41
  HUGGINGFACEHUB_API_TOKEN=api_key,
42
+ repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1" #"mistralai/Mistral-7B-Instruct-v0.2" # 'text-davinci-003' model is depreciated now, so we are using the openai's recommended model
43
  )
44
 
45
  st.session_state['conversation'] = ConversationChain(