samim2024 commited on
Commit
d5b7ae9
·
verified ·
1 Parent(s): 18c6c0f

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.7,
41
  HUGGINGFACEHUB_API_TOKEN=api_key,
42
- repo_id="HuggingFaceH4/zephyr-orpo-141b-A35b-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.7,
41
  HUGGINGFACEHUB_API_TOKEN=api_key,
42
+ repo_id="google/codegemma-7b-it" # 'text-davinci-003' model is depreciated now, so we are using the openai's recommended model
43
  )
44
 
45
  st.session_state['conversation'] = ConversationChain(