Skip to content

jogilby/con-gpt-poc

Repository files navigation

con-gpt-poc

First test checkin on this new repro.

Purpose

Create a web interface that will enable interactions with an LLM with drawing, spec and contract document context in order to prove that LLM understanding is comprhensive enough and reliable enough to deliver a lot of value.

Plan

  1. Run a web app
  2. Ask questions of an LLM
  3. Add context to LLM
  4. Add context via file system
  5. Segment context by folder or project
  6. Segment context by file revision or other param

Flutter Project Setup

To set up a Flutter project, follow these steps:

  1. Install Flutter:

    • Download the Flutter SDK from the official website.
    • Follow the installation instructions for your operating system.
  2. Set Up an Editor:

  3. Create a New Flutter Project:

    flutter create my_flutter_app
    cd my_flutter_app
  4. Run the Flutter App:

    • Connect a device or start an emulator.
    • Run the app using the following command:
      flutter run
  5. Add Dependencies:

    • Open pubspec.yaml and add any dependencies your project needs.
    • Run flutter pub get to install the dependencies.
  6. Develop Your App:

    • Write your Dart code in the lib directory.
    • Use flutter run to see your changes in real-time.
  7. Build and Release:

For more detailed instructions, refer to the Flutter documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages