eduardo-alvarez commited on
Commit
3633aa4
1 Parent(s): 50315e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with demo:
88
  )
89
 
90
  #chat_model_selection = chat_model_dropdown.value
91
- chat_model_selection = 'Intel/neural-chat-7b-v1-1'
92
 
93
  def call_api_and_stream_response(query, chat_model):
94
  """
 
88
  )
89
 
90
  #chat_model_selection = chat_model_dropdown.value
91
+ chat_model_selection = 'yuriachermann/My_AGI_llama_2_7B'
92
 
93
  def call_api_and_stream_response(query, chat_model):
94
  """