lingo-chat / prompt

lingo-chat AI server (w/ 프롬프트엔지니어링, RAG, Agenting, Dataset generation)
0 stars 3 forks source link

[Feat]: AI server running code initialization (issue #7) #8

Closed LewisVille-flow closed 2 months ago

LewisVille-flow commented 2 months ago

Overview

PR에 대해 대략적인 Description을 작성해주세요.

  • AI 서버를 구동시키기 위한 코드 구현 및 폴더 정리

Change Log

PR의 대표적인 Log를 간결히 작성해주세요.

  • AI 서버를 구동시키기 위한 shell / python 실행 명령어 세트 구성
  • 랭체인 사용을 위한 ChatOpenAI 형태로 llm 구동
  • websocket을 활용하여 server / client 기본적인 통신 구현

To Reviewer

리뷰 받고자 하는 부분이 있다면 요청사항을 적어주세요.

Issue Tags


PR Checklist (Click to Expand)

PR을 만들기 전에 Title convention을 맞춰주세요.

PR Title and Classification

PR을 통해 해당 코드가 어떤 기능/문서/기타 를 구현하였는지 명확히 확인되어야 합니다. 아래 중 하나의 prefix를 사용하여 PR title을 작성해주세요.

  • [Bugfix] for bug fixes.
  • [Doc] for documentation fixes and improvements.
  • [Api] for new api feature.
  • [Prompt] for better prompts.
  • [CI/Build] for build or continuous integration improvements.
  • [Misc] for PRs that do not fit the above categories. Please use this sparingly.
LewisVille-flow commented 2 months ago

client 테스트 코드를 통한 정상작동 확인