Commit History

refactor user model and schemas to consolidate name fields and remove signup schema
fcfe4b3

ramanjitsingh1368 commited on

Refactor Dockerfile and clean up unused schemas; update Redis client initialization and environment configuration
a3aa6c1

ramanjitsingh1368 commited on

Update modality field to use pattern validation in Conversation model
2f04f48

ramanjitsingh1368 commited on

Improve conversation handling to remove ephemeral_key from frontend and enforce modality validation
4267717

ramanjitsingh1368 commited on

Refactor user ID handling in conversation and file controllers; update models to use user links instead of IDs
562d1b9

ramanjitsingh1368 commited on

Refactor session and user models to use Link for user_id and clean up field definitions; update base repository methods to handle link rules and fetching links.
95bf291

narinder1231 commited on

fix email field on user model
855455a

narinder1231 commited on

Refactor Session and User models to use user_id and Indexed email field
8fef4ca

narinder1231 commited on

Add user and session models with MongoDB integration
7d6dd79

narinder1231 commited on

Implement AI voice controller and OpenAI client integration with API and WebSocket routes
b2fc939

ramanjitsingh1368 commited on