We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a0cff commit 6daee5dCopy full SHA for 6daee5d
gptscript/daemon.py
@@ -4,7 +4,7 @@
4
import tempfile
5
6
7
-def start_fastapi(app):
+def start_uvicorn(app):
8
cert, key, client_cert = save_certificates_from_env()
9
import uvicorn
10
uvicorn.run(
0 commit comments