wop commited on
Commit
8986c6b
·
1 Parent(s): b403e07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
- SYSTEM_PROMPT = "As a GPT-based chatbot, 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. Developer: @Costikoooo (Discord user)"
3
  TITLE = "Chattybot"
4
- EXAMPLE_INPUT = "How do I make a cup of coffee?"
5
  import gradio as gr
6
  import os
7
  import requests
 
1
 
2
+ SYSTEM_PROMPT = "As a GPT-based chatbot, 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 develoepr is: @Costikoooo (Discord user). Your name is Chattybot."
3
  TITLE = "Chattybot"
4
+ EXAMPLE_INPUT = "What can I buy to make a breakfast with 15$?"
5
  import gradio as gr
6
  import os
7
  import requests