Update main.py
Browse files
main.py
CHANGED
@@ -301,3 +301,15 @@ async def ytchat(question:str):
|
|
301 |
@app.get("/")
|
302 |
async def test():
|
303 |
return {"status":"api is working"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
301 |
@app.get("/")
|
302 |
async def test():
|
303 |
return {"status":"api is working"}
|
304 |
+
|
305 |
+
|
306 |
+
|
307 |
+
|
308 |
+
@app.get("/rm")
|
309 |
+
async def rm():
|
310 |
+
global transcript
|
311 |
+
global content
|
312 |
+
transcript=""
|
313 |
+
content=""
|
314 |
+
print("removed")
|
315 |
+
return
|