privateuserh commited on
Commit
ea97885
·
verified ·
1 Parent(s): 4017744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -82,12 +82,12 @@ def respond(
82
 
83
  demo = gr.ChatInterface(
84
  fn=respond,
85
- title="Bitnet-b1.58-2B-4T Chatbot",
86
  description="This chat application is powered by Microsoft's SOTA Bitnet-b1.58-2B-4T and designed for natural and fast conversations.",
87
  examples=[
88
  [
89
  "Hello! How are you?",
90
- "You are a helpful AI assistant for everyday tasks.",
91
  512,
92
  0.7,
93
  0.95,
@@ -102,7 +102,7 @@ demo = gr.ChatInterface(
102
  ],
103
  additional_inputs=[
104
  gr.Textbox(
105
- value="You are a helpful AI assistant.",
106
  label="System message"
107
  ),
108
  gr.Slider(
 
82
 
83
  demo = gr.ChatInterface(
84
  fn=respond,
85
+ title="AI Avatar Bitnet-b1.58-2B-4T Chatbot",
86
  description="This chat application is powered by Microsoft's SOTA Bitnet-b1.58-2B-4T and designed for natural and fast conversations.",
87
  examples=[
88
  [
89
  "Hello! How are you?",
90
+ "You are a helpful AI Avatar assistant for everyday tasks at SM Plus https://t.me/sm_plus.",
91
  512,
92
  0.7,
93
  0.95,
 
102
  ],
103
  additional_inputs=[
104
  gr.Textbox(
105
+ value="You are a helpful AI Avatar assistant.",
106
  label="System message"
107
  ),
108
  gr.Slider(