Update README.md
一个简单的chatbot演示服务,展示了Devops的基本流程,在原开源代码的基础上增加了功能模块,项目将实现自动测试、持续集成…
See a demo.
Chatbot UI Lite provides a simple, fully-functional chat interface that you can use to start building your own chatbot apps powered by OpenAI.
It has everything you need to hit the ground running.
Modify the chat interface in components/Chat.
components/Chat
Tweak the system prompt in utils/index.ts.
utils/index.ts
Tweak the assistant prompt in pages/index.tsx.
pages/index.tsx
Vercel
Host your own live version of Chatbot UI Lite with Vercel.
Replit
Fork Chatbot UI on Replit here.
1. Clone Repo
git clone https://www.gitlink.org.cn/Azyka/devops-chatbot
2. Install Dependencies
npm i
3. Provide OpenAI API Key
Create a .env.local file in the root of the repo with your OpenAI API Key:
OPENAI_API_KEY=<YOUR_KEY>
4. Run App
npm run dev
5. Start Building
You should be able to start chatting with the bot.
Now, go build the app into whatever kind of chatbot you want!
分布式计算环境25春组10,开发运维一体化技术演示,基于一个简单的开源chatbot项目实现,正在持续开发中
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
devops-chatbot
一个简单的chatbot演示服务,展示了Devops的基本流程,在原开源代码的基础上增加了功能模块,项目将实现自动测试、持续集成…
See a demo.
Features
Chatbot UI Lite provides a simple, fully-functional chat interface that you can use to start building your own chatbot apps powered by OpenAI.
It has everything you need to hit the ground running.
Modify the chat interface in
components/Chat
.Tweak the system prompt in
utils/index.ts
.Tweak the assistant prompt in
pages/index.tsx
.Deploy
Vercel
Host your own live version of Chatbot UI Lite with Vercel.
Replit
Fork Chatbot UI on Replit here.
Running Locally
1. Clone Repo
2. Install Dependencies
3. Provide OpenAI API Key
Create a .env.local file in the root of the repo with your OpenAI API Key:
4. Run App
5. Start Building
You should be able to start chatting with the bot.
Now, go build the app into whatever kind of chatbot you want!