Skip to content

PotLock/aipgf-playground

Repository files navigation

An Open-Source AI Chatbot Onchain Built by AI PGF by Potlock.

Features · Model Providers · Deploy Your Own · Running locally


Features

  • NearBlock Onchain Integration
    • Advanced Connect to Ethereum data via RPC
    • Advanced Connect to Near data
  • OpenAI OpenAPI Specification v3.1.0
    • Advanced Connect to API data
  • NextAuth.js
    • Simple and secure authentication
  • Near Wallet Selector
    • Connect to web3 wallet

Model Providers

This template ships with OpenAI gpt-4o as the default. However, with the AI SDK, you can switch LLM providers to OpenAI, Anthropic, Cohere, and many more with just a few lines of code.

Create Your Own Agent

You can create your own agent of the AI PGF Playground Chatbot :

Running locally

You will need to use the environment variables defined in .env.example to run Next.js AI Chatbot. It's recommended you use Vercel Environment Variables for this, but a .env file is all that is necessary.

Note: You should not commit your .env file or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.

  1. Install Vercel CLI: npm i -g vercel
  2. Link local instance with Vercel and GitHub accounts (creates .vercel directory): vercel link
  3. Download your environment variables: vercel env pull
pnpm install
pnpm dev

Your app template should now be running on localhost:3000.