ladyleet / AngularGPTNext

Next App for AngularGPT

Home Page:https://www.tswift.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftieGPT

SwiftieGPT

SwiftieGPT knows Taylor all too well. Ask questions in a clear and concise manner and get back responses based on details from publicly available data on Taylor. From tour dates to song lyrics, learn everything there is to know about the songstress here.

Features

  • Astra DB Integration: Store and retrieve data from your Astra DB database with ease.
  • OpenAI Integration: Leverage the power of OpenAI to generate intelligent responses.
  • Easy Deployment: Deploy your chatbot to Vercel with just a few clicks.
  • Customizable: Modify and extend the chatbot to suit your needs.

Getting Started

Prerequisites

Setup

  1. Clone this repository to your local machine.
  2. Install the dependencies by running npm install in your terminal.
  3. Set up the following environment variables in your IDE or .env file:
    • OPENAI_API_KEY: api key for OPENAI
    • COHERE_API_KEY: api key for COHERE
    • ASTRA_DB_ENDPOINT: Your Astra DB vector database endpoint
      • Copy from the Database Detail
    • ASTRA_DB_APPLICATION_TOKEN: The generated app token for your Astra database
      • To create a new token go to your database's Connect tab and click Generate Token. (your Application Token begins with AstraCS:...)
    • ASTRA_DB_COLLECTION: The name of your Astra Collection

Running the Project

To start the development server, run npm run dev in your terminal. Open http://localhost:3000 to view the chatbot in your browser.

About

Next App for AngularGPT

https://www.tswift.ai


Languages

Language:TypeScript 68.7%Language:CSS 29.0%Language:JavaScript 2.4%