Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nezutero/aisama
telegram chat bot powered by chat gpt 3.5
https://github.com/nezutero/aisama
back-end backend bot bots chat chat-bot chatbot chatgpt chatgpt-api chatgpt-bot chatgpt3 javascript js nestjs telegram telegram-bot telegram-bot-api telegram-bots telegrambot typescript
Last synced: about 1 month ago
JSON representation
telegram chat bot powered by chat gpt 3.5
- Host: GitHub
- URL: https://github.com/nezutero/aisama
- Owner: nezutero
- License: mit
- Created: 2023-05-28T18:41:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-14T16:29:55.000Z (4 months ago)
- Last Synced: 2024-08-14T18:10:36.182Z (4 months ago)
- Topics: back-end, backend, bot, bots, chat, chat-bot, chatbot, chatgpt, chatgpt-api, chatgpt-bot, chatgpt3, javascript, js, nestjs, telegram, telegram-bot, telegram-bot-api, telegram-bots, telegrambot, typescript
- Language: TypeScript
- Homepage:
- Size: 61.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Telegram-chat-bot, able to recognize your speech through voice messages and text through text messages.
## Installation
```sh
git clone https://github.com/nezutero/ai-chan
```- Install all dependencies:
```sh
npm install
```## Usage
- Inside the config folder create production.json for production mode and default.json for development mode and inside paste your API keys like this:
```json
{
"TELEGRAM_TOKEN": "YOUR_TELEGRAM_TOKEN",
"OPENAI_API_KEY": "YOUR_OPENAI_API_KEY"
}
```- And then run Dockerfile:
```sh
docker build -t your_image_name .
docker run -d -p 8080:80 your_image_name
```## Contributing
- Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.## License
- [MIT](./LICENSE)