Git Product home page Git Product logo

bao's Introduction

인공지능 기반의 챗봇 서비스 바오

cute_bao

dev mode

먼저 레디스를 실행해주세요. (굳이 foreground로 실행할 필요는 없습니다.)

redis-server
npm ci
npm run start:dev

project root에 .env 파일을 만들어서 환경변수를 설정해주세요.

OPENAI_API_KEY=openai_api_key
ASST_ID=openai_assistatnt_id
THREAD_ID=openai_assistant_thread_id
REDIS_PORT=레디스_포트
REDIS_HOST=레디스_URL
MASTER_NAME=당신_이름

배포 방법

Dockerfile이 있으니, 도커로 말아서 배포하면 됩니다. (참고로 레디스도 필요합니다.)

.env 파일을 만들어서 환경변수를 설정해주세요.

OPENAI_API_KEY=openai_api_key
ASST_ID=openai_assistatnt_id
THREAD_ID=openai_assistant_thread_id
REDIS_PORT=레디스_포트
REDIS_HOST=레디스_URL
MASTER_NAME=당신_이름

bao's People

Contributors

gyunseo avatar

Stargazers

SJY avatar  avatar

Watchers

 avatar

Forkers

inggwa

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.