An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# cBot

一个运行在终端的基于 chatGPT 的问答机器人

## 功能
- 支持聊天上下文
- exit 功能
- 显示 loading
- 全局 cli

## 知识点
- chatGPT api
- readlineSync
- dotenv
- colors
- ora
- rollup
- typescript