WillemVH commited on
Commit
1b04faf
·
verified ·
1 Parent(s): baa8b9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -79,13 +79,11 @@ def reset():
79
  @app.route('/')
80
  def index():
81
  return """
82
- <h1>Lovely Ai Chat</h1>
83
- <p>Endpoints:</p>
84
- <ul>
85
- <li>Set key: /token=YOUR_GROQ_KEY</li>
86
- <li>Chat: /chat?input=YOUR_MESSAGE</li>
87
- <li>Reset: /reset</li>
88
- </ul>
89
  """
90
 
91
  def start_tunnel():
 
79
  @app.route('/')
80
  def index():
81
  return """
82
+ Endpoints for help:
83
+ V V V V V V V V V V V
84
+ Set key: /token=YOUR_GROQ_KEY
85
+ Chat: /chat?input=YOUR_MESSAGE
86
+ Reset chat history: /reset
 
 
87
  """
88
 
89
  def start_tunnel():