Metadata-Version: 2.1
Name: gguf-connector
Version: 0.2
Summary: GGUF connector(s) with GUI
Author-email: calcuis <calculatics@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: llama-cpp-python
Requires-Dist: ctransformers
Project-URL: Homepage, https://github.com/calcuis/chatgpt-model-selector
Project-URL: Issues, https://github.com/calcuis/chatgpt-model-selector/issues

## GGUF Connector

This package is a simple graphical user interface (GUI) application that uses the ctransformers or llama.cpp to interact with a chat model for generating responses. You can include the connector by simply:

```
import gguf_connector 
```

Pull any (pre-trained model) GGUF file(s) along with the Python code and it will automatically be detected by the imported module.

[<img src="https://raw.githubusercontent.com/calcuis/chatgpt-model-selector/master/demo.gif" width="350" height="280">](https://github.com/calcuis/chatgpt-model-selector/blob/main/demo.gif)
[<img src="https://raw.githubusercontent.com/calcuis/chatgpt-model-selector/master/demo1.gif" width="350" height="280">](https://github.com/calcuis/chatgpt-model-selector/blob/main/demo1.gif)

With this version, you can even choose which connector to be used at the very beginning.

### Github Repository 
https://github.com/calcuis/chatgpt-model-selector
