GithubHelp home page GithubHelp logo

llmapi-io / llmapi-chat Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 192 KB

Self-host webchat-server. Chat with ChatGPT on web, based on llmapi-server

Home Page: https://llmapi.chat

License: MIT License

Dockerfile 1.94% Python 16.34% Shell 0.44% HTML 2.02% Vue 56.53% TypeScript 18.74% CSS 3.99%
chatgpt gpt3 gpt4 large-language-models llama webchat-server dall-e embeddings text-to-image

llmapi-chat's Introduction

LLMApi Chat

LLMApi Chat

可私有化部署的ChatGPT WEB聊天服务端

介绍

English

llmapi-chat 基于llmapi.io服务提供了简单的聊天服务器后端,可以直接和ChatGPT GPT-3 llama等大模型聊天交互

已经支持的能力

  • 连续对话: 使用ChatGPT进行多轮连续对话
  • 文字补全: 使用GPT-3welm模型进行文字补全
  • 文字嵌入: 使用openai的Embedding模型,将语句转为向量,可以用来做分类、搜索等任务
  • 文字生图: 使用dall-e模型,将文字转为图片
  • 实时搜索: 使用NewBing接口,体验Bing搜索(基于ChatGPT,非官方接口)

安装和运行

  1. 本地安装运行
./build.sh
./start.sh
  1. 使用docker运行
docker build -t llmapi-chat:0.1.0 .
docker run --name webchat -d -p 8081:8081 llmapi-chat:0.1.0

访问

在浏览器打开:http://127.0.0.1:8081即可访问webchat页面

你可以在llmapi.io上注册账号即可获得apikey,按照以下示例,完成配置后即可与ChatGPT GPT-3以及其他流行的LLM进行聊天:

Chat demo

致谢

本项目基于chatGPT-web开发

llmapi-chat's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.