rohan112 commited on
Commit
631c3cb
·
verified ·
1 Parent(s): 21f297b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def greet(query1,history):
65
  return "Hi"
66
 
67
  # gradio
68
- description = "This is a chatbot application based on the llama2 70B model. Simply type an input to get started with chatting.\n Note : Bot can generate random response sometimes"
69
  examples = [["what is your contact number?"], ["where you are currently working?"]]
70
 
71
  gr.ChatInterface(greet,title = "Chat with my Bot", description=description,examples=examples).launch(debug = True)
 
65
  return "Hi"
66
 
67
  # gradio
68
+ description = "This is a chatbot application based on the Mixtral-8x7B model. Simply type an input to get started with chatting.\n Note : Bot can generate random response sometimes"
69
  examples = [["what is your contact number?"], ["where you are currently working?"]]
70
 
71
  gr.ChatInterface(greet,title = "Chat with my Bot", description=description,examples=examples).launch(debug = True)