Metadata-Version: 2.4
Name: py3model
Version: 0.1.0
Summary: 提供python3版本的本地模型文件运行脚本或命令
Home-page: https://github.com/aihatch/py3model
Author: zxl20070701
Author-email: 1904314465@qq.com
Maintainer: zxl20070701
Maintainer-email: 1904314465@qq.com
License: MIT
Keywords: gguf,model,python3
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.txt
Requires-Dist: llama-cpp-python==0.3.23
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary

<img src="./logo.jpeg" />

# [py3model](https://github.com/aihatch/py3model)
⏰ 提供python3版本的本地模型文件运行脚本或命令

<p>
    <a href="https://github.com/aihatch/py3model" target='_blank'>
        <img alt="GitHub repo stars" src="https://img.shields.io/github/stars/aihatch/py3model?style=social">
    </a>
</p>

## 使用

首先需要进行安装：

```
pip3 install py3model
```

然后就可以使用了，只需要打开命令行执行：

```
py3model
```

就可以出现可视化界面，帮助你快速本地启动下载的GGUF等模型文件，作为LLM服务器使用。

## 文档

- [安装与启动](https://github.com/aihatch/py3model/blob/master/docs/install.md)
- [配置文件](https://github.com/aihatch/py3model/blob/master/docs/config.md)
- [HTTP API（OpenAI 兼容）](https://github.com/aihatch/py3model/blob/master/docs/api.md)

## 版权

MIT License

Copyright (c) [zxl20070701](https://zxl20070701.github.io/notebook/home.html) 走一步，再走一步
