email me at: hizqeeljaved2013@gmail.com
- A Simple LLM Client For OpenAI (GPT), Google based LLMs (PaLM & Gemini), Anthropic LLMs (Claude)
- Create a LLM BOT with your own System Message that can use one of the following models:
GPT 3.5 TurboGPT 3.5 Turbo 16kGPT 4GPT 4 32kGPT 4 (1106) Turbo PreviewGPT 4 (0125) Turbo PreviewGoogle PaLM 2Google Gemini ProClaude 2Claude 2.1Claude 3 SonnetClaude 3 Opus
- To be able to create GPT-4 Chats you need to add a API Key that has Permission to use GPT-4 Models
- To access Google LLMs you need to add Google AI API Key
- To access Claude Chats you need to add Anthropic API Key
- Generate your API Keys
DATABASE_URL (Neon Postgres DB URL)
TOKEN_NAME (string)
AUTH_SECRET (32 Chars)
AUTH_KEY (43 Chars)
KV_URL (Redis Store URL)
KV_TOKEN (Redis Store Token)
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
yarn
yarn generate
yarn migrate
yarn dev
yarn build
yarn start