Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 354 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 354 Bytes

Code-llm

搭载大语言模型的代码生成助理。使用react.js、ant design、ChatUI实现的纯客户端应用。

1、安装

git clone https://github.com/git-cloner/code-llm
cd code-llm
npm i

2、调试运行

npm start

3、编译

npm run build