Skip to content

Commit d255b18

Browse files
committed
skip auth
1 parent bad46dd commit d255b18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/hf_demo_space/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
import os
55

66
os.environ.setdefault("CHAINLIT_APP_ROOT", str(Path(os.path.abspath(__file__)).parent))
7+
os.environ.setdefault("SKIP_AUTH", "1")
78

89
from codetide.agents.tide.ui.defaults import AICORE_CONFIG_EXAMPLE, EXCEPTION_MESSAGE, MISSING_CONFIG_MESSAGE, STARTERS
910
from codetide.agents.tide.ui.stream_processor import StreamProcessor, MarkerConfig
1011
from codetide.agents.tide.ui.utils import run_concurrent_tasks, send_reasoning_msg
1112
from codetide.agents.tide.ui.agent_tide_ui import AgentTideUi
1213
from codetide.core.defaults import DEFAULT_ENCODING
13-
from codetide.core.logs import logger
1414
from codetide.agents.tide.models import Step
15+
from codetide.core.logs import logger
1516

1617
from aicore.const import STREAM_END_TOKEN, STREAM_START_TOKEN
1718
from aicore.models import AuthenticationError, ModelError

0 commit comments

Comments
 (0)