├── config/ # Configuration files
│ └── settings.py # Centralized settings for the application
│
├── ui/ # User interface files
│ ├── __init__.py
│ ├── main_window.py # Main window of the chat client
│ └── styles.py # Styling for the UI
│
├── models/ # Models and business logic
│ ├── __init__.py
│ ├── openai_model.py # Module to interact with OpenAI models
│ └── chromadb.py # Module for ChromaDB integration
│
├── main.py # Main application entry point
└── requirements.txt # Project dependencies
-
Notifications
You must be signed in to change notification settings - Fork 0
License
suparious/chat-client-qt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published