Khoi1234210 commited on
Commit
e7f36fd
Β·
verified Β·
1 Parent(s): 20e5e04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -232,8 +232,8 @@ chatbot = gr.ChatInterface(
232
  respond,
233
  type="messages",
234
  additional_inputs=[
235
- gr.Textbox(value="You are a helpful AI assistant with access to web search and knowledge datasets.", label="System message"),
236
- gr.Slider(1, 2048, value=512, step=1, label="Max tokens"),
237
  gr.Slider(0.1, 4.0, value=0.7, step=0.1, label="Temperature"),
238
  gr.Slider(0.1, 1.0, value=0.95, step=0.05, label="Top-p"),
239
  gr.Checkbox(value=True, label="🌐 Web Search"),
@@ -242,7 +242,7 @@ chatbot = gr.ChatInterface(
242
  ],
243
  )
244
 
245
- with gr.Blocks(title="AI Chatbot - Fixed Version") as demo:
246
  gr.Markdown("# πŸ€– AI Chatbot with Streaming FineWeb + Memory + Web Search")
247
 
248
  with gr.Sidebar():
 
232
  respond,
233
  type="messages",
234
  additional_inputs=[
235
+ gr.Textbox(value="You are KiyAI, a helpful AI assistant with access to web search and knowledge datasets.", label="System message"),
236
+ gr.Slider(1, 2048, value=1028, step=1, label="Max tokens"),
237
  gr.Slider(0.1, 4.0, value=0.7, step=0.1, label="Temperature"),
238
  gr.Slider(0.1, 1.0, value=0.95, step=0.05, label="Top-p"),
239
  gr.Checkbox(value=True, label="🌐 Web Search"),
 
242
  ],
243
  )
244
 
245
+ with gr.Blocks(title="KiyAI - Experimental Version") as demo:
246
  gr.Markdown("# πŸ€– AI Chatbot with Streaming FineWeb + Memory + Web Search")
247
 
248
  with gr.Sidebar():