moriire commited on
Commit
f1ac35c
1 Parent(s): 1322444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def health():
58
 
59
 
60
  # Chat Completion API
61
- @app.get("/generate")
62
  async def complete(
63
  question: str,
64
  system: str = "You are a story writing assistant.",
 
58
 
59
 
60
  # Chat Completion API
61
+ @app.get("/generate_stream")
62
  async def complete(
63
  question: str,
64
  system: str = "You are a story writing assistant.",