We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d9c5d2 + e241f7f commit d5f088eCopy full SHA for d5f088e
agents-api/agents_api/web.py
@@ -19,7 +19,7 @@
19
20
from .common.exceptions import BaseCommonException
21
from .dependencies.auth import get_api_key
22
-from .env import api_prefix, hostname, public_port, sentry_dsn
+from .env import api_prefix, hostname, protocol, public_port, sentry_dsn
23
from .exceptions import PromptTooBigError
24
from .routers import (
25
agents,
0 commit comments