Skip to content

HackTheNorth-PH/AI-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-engineering-101

Getting Started

Telegram token

To use the Telegram Bot API, you first have to get a bot account by chatting with BotFather.

BotFather will give you a token, something like 123456789:AbCdefGhIJKlmNoPQRsTUVwxyZ.

OpenAI API key

If you don't already have an OpenAI account, navigate to the OpenAI website. After logging in, navigate to the API keys page.

# Set your OpenAI and telegram API keys
cp .env.example .env

# Install dependencies
npm install

# Start the app
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published