Coder Social home page Coder Social logo

llm_open_server's Introduction

Easy to deploy your LLM(large language model) server with GPU machine no public IP address .

δΈ­ζ–‡

If you don't want to build a web server,and it is hard to let your LLM server export to public (such as vast.ai ,autodl.com etc.) .

You can have your own AI website link Only two step:

1.Register your machine :

websocket.WebSocketApp("wss://v.stylee.top:8883/ws_ai_server?system={your server system}&id={server id}" ...

your server system name can be any string .like abcdefg...

your server will receive OpenAI like data(json) with websocket.

{
  "model": "gpt-3.5-turbo",
  "messages": [{"role": "user", "content": "Hello!"}]
  ...
}

use websocket send your result word by word or sentence.

Finnaly ,send message "ALL-finished!" , system will finish current dialog ,and ready for next server.

2.Then open url : https://ai.zyinfo.pro/?AI_system={your server system}

have fun !

note:

your can Regist server with no limit (more machine). and serve for public!!

we have plugin service and connect with our knowledge database.

powered by https://ai.zyinfo.pro

llm_open_server's People

Contributors

youkpan avatar

Stargazers

Mario Garcia avatar  avatar Vincent Porte avatar ronaldocan avatar zhao hanlin avatar  avatar Chicecream-nomeltechnology avatar fofo avatar Laeeth Isharc avatar x13igpoppa avatar rogeriofreitasghb avatar Black Pjotr avatar  avatar fullstack avatar

Watchers

Michael R Nall 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.