Technologic101 commited on
Commit
d0d9dd9
·
1 Parent(s): f5831ec

task: remove unnecessary config

Browse files
Files changed (1) hide show
  1. chainlit.yaml +0 -23
chainlit.yaml DELETED
@@ -1,23 +0,0 @@
1
- # Server configuration
2
- server:
3
- websocket_path: "/queue/join" # Required for HF Spaces
4
- cors_allowed_origins: ["*"] # Allow connections from HF iframe
5
- root_path: "" # Empty root path for HF Spaces
6
-
7
- # Interface configuration
8
- interface:
9
- default_expand_messages: true
10
- theme: light
11
-
12
- # Chat settings
13
- chat:
14
- default_expand_messages: true
15
- message_html: true
16
-
17
- # Features
18
- features:
19
- multi_modal: true
20
- speech_to_text: false
21
- code_editor:
22
- enabled: true
23
- languages: ["python", "css", "html"]