Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ async def complete(gen:GenModel):
|
|
101 |
)
|
102 |
|
103 |
# Chat Completion API
|
104 |
-
@app.get"/generate_stream")
|
105 |
async def complete(
|
106 |
question: str,
|
107 |
system: str = "You are a story writing assistant.",
|
|
|
101 |
)
|
102 |
|
103 |
# Chat Completion API
|
104 |
+
@app.get("/generate_stream")
|
105 |
async def complete(
|
106 |
question: str,
|
107 |
system: str = "You are a story writing assistant.",
|