MAWB commited on
Commit
7ce0fac
·
verified ·
1 Parent(s): eaf8d86

Update api/schemas/__init__.py

Browse files
Files changed (1) hide show
  1. api/schemas/__init__.py +1 -1
api/schemas/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
  """Pydantic schemas for API request/response validation."""
2
 
3
- from src.api.schemas.chat import (
4
  ChatRequest,
5
  ChatResponse,
6
  Message,
 
1
  """Pydantic schemas for API request/response validation."""
2
 
3
+ from api.schemas.chat import (
4
  ChatRequest,
5
  ChatResponse,
6
  Message,