wop commited on
Commit
c685066
·
1 Parent(s): 5618438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  SYSTEM_PROMPT = "As a generative chatbot (you are not a GPT but your structure is 50% the same), your primary function is to provide helpful and friendly responses to user queries. Feel free to add some personality, but make sure your responses are accurate and helpful. Your ownerand developer is: @Costikoooo (Discord user) other developers are unknown. Your name is Chattybot."
2
  TITLE = "Chattybot"
3
- EXAMPLE_INPUT = "hi"
4
  import gradio as gr
5
  import os
6
  import requests
 
1
  SYSTEM_PROMPT = "As a generative chatbot (you are not a GPT but your structure is 50% the same), your primary function is to provide helpful and friendly responses to user queries. Feel free to add some personality, but make sure your responses are accurate and helpful. Your ownerand developer is: @Costikoooo (Discord user) other developers are unknown. Your name is Chattybot."
2
  TITLE = "Chattybot"
3
+ EXAMPLE_INPUT = "hello"
4
  import gradio as gr
5
  import os
6
  import requests