Coder Social home page Coder Social logo

ckihneman / gitchat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kpolley/gitchat

1.0 0.0 0.0 697 KB

Chat with your git repo

Home Page: https://nextjs-chat-polley.vercel.app

License: Other

JavaScript 3.07% TypeScript 95.49% CSS 1.16% Nix 0.28%

gitchat's Introduction

GitChat

Deploy with Vercel

GitChat is a chatbot that is able to search and answer questions about a GitHub repository.

hello

Demo

Demo chat: https://gitchat.kpolley.com

Demo share: https://gitchat.kpolley.com/share/FrAT0ak

Usecases

You can use this chatbot to answer questions about a repository you are new to, or you can offer GitChat as an internal service to an organization so every engineer has a helpful chatbot to answer questions about the organization's private repository.

Features

The UI was built using Vercel's Next.js AI Chatbot Template

It includes

  • Google authentication with Auth.js
  • User session management and chat history
  • Chat sharing
  • Dark/Light mode

Usage

# Install dependencies
npm install

# Create and populate the .env.local file with your environment variables
# (OpenAI key, Github repo, etc.)
cp .env.example .env.local

# Initialize the vector DB
# this command will clone the GitHub repo and populate the database with the vector embeddings of the code
npm run generate

# Run the server. Visit http://localhost:3000 to see the chatbot
npm run dev

gitchat's People

Contributors

kpolley avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.