Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fastapi-practices/fastapi_chatgpt

使用 FastAPI 构建基于本地离线模型的 ChatGPT API,这意味着无需再使用付费 API KEY,相反,离线模型性能将受本地硬件配置影响
https://github.com/fastapi-practices/fastapi_chatgpt

chatgpt-api fastapi-chatgpt

Last synced: about 1 month ago
JSON representation

使用 FastAPI 构建基于本地离线模型的 ChatGPT API,这意味着无需再使用付费 API KEY,相反,离线模型性能将受本地硬件配置影响

Awesome Lists containing this project

README

        

# FastAPI ChatGPT

> [!TIP]
> 基于 python >= 3.10 开发

基于 [ollama](https://github.com/ollama/ollama)
和 [open-interpreter](https://github.com/KillianLucas/open-interpreter) 构建本地离线模型 ChatGPT API

## 使用

1. 安装 ollama 应用
2. 安装项目依赖
3. 更新配置文件
4. 访问 http://localhost:8000/api/v1/docs