Skip to content

autotune your code to perfection. using langchain, chatGPT, etc. understands your entire codebases and will magically fix your code

License

Notifications You must be signed in to change notification settings

kevin-fruitful/chadgpt-ui

Repository files navigation

ChadGPT UI

This is forked from langchainjs. Backend

ChadGPT UI is the frontend code for the ETH Tokyo 2023 Hackathon ChadGPT project.

ETH Global ChadGPT showcase

Thank you to Filecoin FVM for awarding us with a prize!

Getting Started

This repo uses Turbo which is a monorepo package manager. This means we have multiple "workspaces" in a single repo.

Prerequisites

Installation

Clone the repository.

Install langchain

yarn add langchain

We will use the workspace test-exports-vercel package.json scripts have been updated to only run the workspace we want.

If there's no .env file:

touch .env

Assign an OpenAI API key to the env var NEXT_PUBLIC_OPENAI_API_KEY We list all necessary env vars we have to set for this project in .env.example. DON'T SET THE API KEY in .env.example! Set it in .env.

yarn build
yarn dev

Starts the server on http://localhost:3000

Built With

ETH Tokyo ChadGPT Team

Acknowledgments

  • The ETH Tokyo Hackathon organizers and sponsors for providing the opportunity to build this project.
  • The amazing mentors and fellow participants at ETH Tokyo for their support and collaboration. -- Special shoutout to Cole Perkins -- Special shoutout to Jeff Lau @jefflau
  • Everyone who has contributed to the open-source tools and libraries used in this project.

About

autotune your code to perfection. using langchain, chatGPT, etc. understands your entire codebases and will magically fix your code

Resources

License

Stars

Watchers

Forks

Packages

No packages published