Bentham commited on
Commit
a0d93a3
·
verified ·
1 Parent(s): cf0b9ed

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -61,7 +61,7 @@ def get_chat_history(chat_messages):
61
 
62
  @app.get("/")
63
  def index():
64
- return {"content": "Chatbot NSI"}
65
 
66
  @app.post('/request')
67
  async def request_chat(req: Request):
 
61
 
62
  @app.get("/")
63
  def index():
64
+ return {"content": "RAGstreaming"}
65
 
66
  @app.post('/request')
67
  async def request_chat(req: Request):