Skip to content

suparious/chat-client-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Client in Qt6

Directory Structure

├── 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages