Metadata-Version: 2.1
Name: nonebot-plugin-sdgpt
Version: 0.1.8
Summary: ChatBot for NoneBot : 链接 ChatGPT / Bing / Stable-Diffusion : ChatGPT Bing聊天, gpt解析自然语言转Stable-Diffusion生成图像
Home-page: https://github.com/thx114/SDGPT
License: MIT
Keywords: nonebot,nonebot2,chatgpt,new bing,Stable-Diffusion
Author: F_thx
Author-email: thx1140093097@gmail.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
Provides-Extra: onebot
Requires-Dist: EdgeGPT
Requires-Dist: nonebot-adapter-onebot (>=2.0.0-beta.1,<3.0.0) ; extra == "onebot"
Requires-Dist: nonebot-plugin-guild-patch
Requires-Dist: nonebot2 (>=2.0.0-beta.1,<3.0.0)
Requires-Dist: python-dotenv
Requires-Dist: revChatGPT
Requires-Dist: webuiapi
Project-URL: Documentation, https://github.com/thx114/SDGPTreadme
Project-URL: Repository, https://github.com/thx114/SDGPT
Description-Content-Type: text/markdown

# SDGPT 
基于 **[NoneBot2](https://v2.nonebot.dev/)** 
  
 
## 功能
链接 ChatGPT / Bing / Stable-Diffusion  :   
- [x] ChatGPT对话 
- [x] Bing对话
- [x] Stable-Diffusion 文生图  
  > 基于 chatGPT 或 bing 解析自然语言转 Stable-Diffusion 生成图像
- [x] qq 频道支持 
  > qq 频道下 chatGPT bing 的对话会分段发送
## 使用

- Python >= 3.10
- 方式一：使用`nb-cli`安装插件  
```
nb plugin install nonebot-plugin-SDGPT
```
- 方式二：使用`pip`安装
```
python -m pip install nonebot-plugin-SDGPT
```
> 如果你没有使用过NoneBot,  
> 这里有一个现成的NoneBot基于SDGPT机器人:  
> [**SDGPT-BOT**](https://github.com/thx114/SDGPT-BOT)
>
## more

[**QQ 群 391517834**](https://jq.qq.com/?_wv=1027&k=eKsgovej)  
[**SDGPT BOT**](https://github.com/thx114/SDGPT-BOT)  
   
[**NoneBot**](https://v2.nonebot.dev/)  
[**ChatGPT**](https://github.com/acheong08/ChatGPT)  
[**BingGPT**](https://github.com/dice2o/BingGPT)  
[**SD-api**](https://github.com/mix1009/sdwebuiapi)  
