Metadata-Version: 2.1
Name: callgg
Version: 0.1
Summary: Call GGUF Model
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 model caller

This package is a GGUF (GPT-Generated Unified Format) file/model caller.

#### install the caller via pip/pip3:
```
pip install callgg
```

### User manual
This is a cmd-based (command line) package, you can find the user manual by adding the flag -h or --help.
```
callgg -h
```
#### call cpp connector:
```
callgg cpp
``` 
#### call c connector:
```
callgg c
```

GGUF file(s) in the same directory will automatically be detected by the caller, hence, a selection menu will be shown as below.

[<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)

#### sample model(s) available to download (try out)
For general purpose
https://huggingface.co/calcuis/chat/blob/main/chat.gguf

For coding
https://huggingface.co/calcuis/code_mini/blob/main/code.gguf

For health/medical advice
https://huggingface.co/calcuis/medi_mini/blob/main/medi.gguf

***those are all experimental models; no guarantee on quality

