huksley / hal9000

ChatAPIs (GPT3.5, GPT4 and PaLM in Slack)

Home Page:https://hal9000bot.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HAL9000

Connects OpenAI GPT and other generative models to Slack.

Supported commands

Every command should be added to Slack app. SLACK_URL is the incoming webhook to return responses.

/image => /api/slack

Generates images from a given prompt.

/ask => /api/slack

Generates text from a given prompt. Uses gpt-3.5-turbo or any model you have in set env var CHAT_MODEL.

/ask4 => /api/slack

Generates text from a given prompt. Uses gpt-4 model.

/bard => /api/slack

Generates text using Vertex AI and chat-bison model i.e. Bard

About

ChatAPIs (GPT3.5, GPT4 and PaLM in Slack)

https://hal9000bot.vercel.app

License:MIT License


Languages

Language:TypeScript 72.8%Language:SCSS 18.9%Language:Dockerfile 4.8%Language:JavaScript 3.5%