{"id":21908734,"url":"https://github.com/mbn-code/chatgpt-gui","last_synced_at":"2026-02-18T14:04:31.037Z","repository":{"id":161166214,"uuid":"578100389","full_name":"mbn-code/ChatGPT-GUI","owner":"mbn-code","description":"This program is a chatbot that uses the OpenAI API to generate responses to user queries. It has a GUI with a text box for the user to input their query and a label to display the chatbot's response. The user can also set their OpenAI API key and clear the chatbot's previous response.","archived":false,"fork":false,"pushed_at":"2025-01-08T00:51:13.000Z","size":30,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T01:41:28.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbn-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-14T09:01:14.000Z","updated_at":"2025-01-08T00:51:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e2a086c-c568-4c06-ba5e-f94d019414d6","html_url":"https://github.com/mbn-code/ChatGPT-GUI","commit_stats":null,"previous_names":["mbn-code/chatgpt-gui"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mbn-code/ChatGPT-GUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbn-code%2FChatGPT-GUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbn-code%2FChatGPT-GUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbn-code%2FChatGPT-GUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbn-code%2FChatGPT-GUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbn-code","download_url":"https://codeload.github.com/mbn-code/ChatGPT-GUI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbn-code%2FChatGPT-GUI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271493232,"owners_count":24769117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T17:13:45.715Z","updated_at":"2026-02-18T14:04:26.010Z","avatar_url":"https://github.com/mbn-code.png","language":"Python","readme":"# Local LLM Chat GUI\n\nA simple Python-based GUI application that allows you to interact with local Large Language Models through Ollama. This application provides a chat interface with multiple tabs for different conversations.\n\n## Features\n\n- Multiple chat tabs support\n- Local LLM integration via Ollama\n- Simple and intuitive interface\n- Real-time responses\n- Error handling and status messages\n\n## Prerequisites\n\nBefore using this application, you need to:\n\n1. Install Ollama on your system\n   - Visit [Ollama's website](https://ollama.ai/) to download and install\n   - Make sure the Ollama service is running\n\n2. Install Python dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone [your-repository-url]\n   cd ChatGPT-GUI\n   ```\n\n2. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Usage\n\n1. Start Ollama service on your system\n\n2. Run the application:\n   ```bash\n   python chatGPT.py\n   ```\n\n3. Using the Interface:\n   - Click \"New Chat\" to open a new chat tab\n   - Type your message and press Enter to send\n   - Use \"Delete Chat\" to remove the current tab\n   - The default model is \"llama2\" but can be modified in the code\n\n## Technical Details\n\nThe application is built using:\n- Python 3.x\n- Tkinter for GUI\n- Ollama for local LLM integration\n- Asynchronous request handling\n\n### Project Structure\n```\nChatGPT-GUI/\n├── chatGPT.py       # Main GUI application\n├── requestLocal.py  # Ollama integration\n└── requirements.txt # Python dependencies\n```\n\n## Error Handling\n\nThe application handles common errors including:\n- Ollama service not running\n- Model not found/not downloaded\n- Invalid inputs\n- Connection issues\n\n## Troubleshooting\n\n1. If you get \"Ollama server is not running\" error:\n   - Check if Ollama is installed\n   - Verify Ollama service is running\n   - Restart Ollama service\n\n2. If model responses are slow:\n   - Check your system resources\n   - Consider using a lighter model\n\n## Contributing\n\nFeel free to submit issues and enhancement requests!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbn-code%2Fchatgpt-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbn-code%2Fchatgpt-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbn-code%2Fchatgpt-gui/lists"}