https://github.com/fafalone/chatllm-tb
Using ChatLLM from twinBASIC
https://github.com/fafalone/chatllm-tb
Last synced: 5 months ago
JSON representation
Using ChatLLM from twinBASIC
- Host: GitHub
- URL: https://github.com/fafalone/chatllm-tb
- Owner: fafalone
- License: mit
- Created: 2024-11-27T14:10:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T14:24:57.000Z (over 1 year ago)
- Last Synced: 2025-06-05T11:50:03.745Z (about 1 year ago)
- Language: Visual Basic 6.0
- Size: 807 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatLLM-tB
Using ChatLLM from twinBASIC

This is a simple app based on https://github.com/JohnClaw/chatllm.vb that showed a simple way to use libchatllm: https://github.com/foldl/chatllm.cpp. See those repos for more models, more information, etc.
Your exe/saved project must be in the same path as libchatlmm.dll, ggml.dll, and a model, the one I used for testing is:
QWen-2.5 1.5B - https://modelscope.cn/api/v1/models/judd2024/chatllm_quantized_qwen2.5/repo?Revision=master&FilePath=qwen2.5-1.5b.bin
NOTE: 1.5GB download.
To use, enter the filename of the model and click Start model, then the other buttons become available if it's successful, or it lets you know an error occured.
**Currently only supports 64bit**
The code itself supports 32bit but you'd need a 32bit build of the DLLs, which are only distributed precompiled in 64bit.