Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aialok/palm-telegram-bot
https://github.com/aialok/palm-telegram-bot
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aialok/palm-telegram-bot
- Owner: aialok
- Created: 2023-08-22T19:35:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-22T19:46:50.000Z (about 1 year ago)
- Last Synced: 2024-10-07T16:55:56.299Z (about 1 month ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to AMA Telegram-bot
**Welcome to the AMA Telegram bot – your one-stop source of information powered by advanced chatbot capabilities similar to GPT-3.5.**
## Project Setup
- Clone the Project on your local
- Execute `npm install` on the same path as of your root directory of the downloaded project.
- Create a .env file in the root directory and add the following environment variable
- `botToken` - - You can get the botToken from the telegram bot `botfather`
- `API_KEY` - This is API_KEY of google large language model PaLM you can get it easily from `Google PaLM API`
- [PaLM API](https://developers.generativeai.google/)
- Run `node index.js` - You are done enjoy : )### Here is an example :
![Example](https://github.com/aialok/PaLM-telegram-bot/assets/66772290/e83f0e7a-56ad-40d7-b0ef-112358338beb)
## Tech Stack
- `node.js`