AbenzaFran commited on
Commit
4eda367
·
verified ·
1 Parent(s): b3ee356

no app config

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -18,11 +18,7 @@ from langsmith import traceable
18
  # ------------------------
19
  # Configuration and Types
20
  # ------------------------
21
- @dataclass
22
- class AppConfig:
23
- """Application configuration settings."""
24
- pass
25
-
26
  @dataclass
27
  class Message:
28
  """Chat message structure."""
 
18
  # ------------------------
19
  # Configuration and Types
20
  # ------------------------
21
+
 
 
 
 
22
  @dataclass
23
  class Message:
24
  """Chat message structure."""