Metadata-Version: 2.1
Name: nonebot-plugin-githubmodels
Version: 0.2.2
Summary: API 调用 GitHub Models 的大语言模型
Home-page: https://github.com/lyqgzbl/nonebot-plugin-githubmodels
License: MIT
Author: lyqgzbl
Author-email: admin@lyqgzbl.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: nonebot-plugin-alconna (>=0.52.0,<0.53.0)
Requires-Dist: nonebot-plugin-htmlrender (>=0.3.5,<0.4.0)
Requires-Dist: nonebot2 (>=2.2.1,<3.0.0)
Requires-Dist: openai (>=1.44.1,<2.0.0)
Project-URL: Repository, https://github.com/lyqgzbl/nonebot-plugin-githubmodels
Description-Content-Type: text/markdown

<!-- markdownlint-disable MD033 MD036 MD041 -->

<div align="center">

<a href="https://v2.nonebot.dev/store">
  <img src="https://raw.githubusercontent.com/A-kirami/nonebot-plugin-template/resources/nbp_logo.png" width="180" height="180" alt="NoneBotPluginLogo">
</a>

<p>
  <img src="https://raw.githubusercontent.com/lgc-NB2Dev/readme/main/template/plugin.svg" alt="NoneBotPluginText">
</p>

# nonebot-plugin-githubmodels

_✨ API调用GitHub models大语言模型 ✨_

</div>

<p align="center">
  <a href="https://raw.githubusercontent.com/kexue-z/nonebot-plugin-heweather/master/LICENSE">
    <img src="https://img.shields.io/github/license/kexue-z/nonebot-plugin-heweather.svg" alt="license">
  </a>
  <a href="https://pypi.org/project/nonebot-plugin-heweather/">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-heweather" alt="pypi">
  </a>
  <img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="python">
</p>

# 安装

使用nb-cli  
```shell
nb plugin install nonebot-plugin-githubmodels
```

# 指令

“AI xxx”  询问AI
例如“AI 嗨”

”AI 重置“  重置上下文记忆

# 配置

## 见 [.env.example](https://github.com/lyqgzbl/nonebot-plugin-githubmodels/blob/main/.env.example)

