GithubHelp home page GithubHelp logo

lenvia / gpt-flow-vis Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 8.74 MB

Python 28.69% JavaScript 6.48% HTML 0.23% Vue 18.62% TypeScript 37.48% Shell 0.11% CMake 0.42% C++ 7.84% Batchfile 0.07% CSS 0.07%

gpt-flow-vis's Introduction

GPT-flow-vis

Quick Start

  • 在环境变量中设置OPENAI_KEY

    export OPENAI_API_KEY=xxxxxx
    
  • 编译C++库

    • macOS:

      cd mysite/server/CProj
      sh make.sh
      
    • win:

      cd mysite/server/CProj
      make.bat
      
  • 修改动态库路径

    server/consts/dll_path.py 中的 render_pathpathlib_path 为对应的 .dll/.dylib

  • 启动 Django

    cd mysite
    python manage.py runserver
    
  • 启动前端服务

    cd web
    yarn serve
    

TODO

  • 异步处理,发送消息传递附带 chat_id

gpt-flow-vis's People

Contributors

lenvia avatar

Stargazers

 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.