Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def health():
|
|
58 |
|
59 |
|
60 |
# Chat Completion API
|
61 |
-
@app.get("/
|
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.",
|