https://github.com/cuixiaorui/chatbot
AI chatbot running in the terminal based on nodejs and openai implementation
https://github.com/cuixiaorui/chatbot
Last synced: about 2 months ago
JSON representation
AI chatbot running in the terminal based on nodejs and openai implementation
- Host: GitHub
- URL: https://github.com/cuixiaorui/chatbot
- Owner: cuixiaorui
- Created: 2023-07-18T03:44:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T03:47:02.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T05:13:10.110Z (2 months ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 14
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cBot
一个运行在终端的基于 chatGPT 的问答机器人
## 功能
- 支持聊天上下文
- exit 功能
- 显示 loading
- 全局 cli## 知识点
- chatGPT api
- readlineSync
- dotenv
- colors
- ora
- rollup
- typescript