Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.35 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.35 KB

Cocoa GPT

Features

Usage

Setup

Prerequisites

  • Modern web browser with ES Modules support
  • Web server for local development

Local Setup

  1. Clone this repository:
git clone https://github.com/gramener/cocoagpt.git
cd cocoagpt
  1. Serve the files using any static web server. For example, using Python:
python -m http.server
  1. Open http://localhost:8000 in your web browser

Deployment

On Cloudflare DNS, proxy CNAME cocoagpt.straive.app to gramener.github.io.

On this repository's page settings, set

  • Source: Deploy from a branch
  • Branch: main
  • Folder: /

Technical Details

Architecture

  • Frontend: Vanilla JavaScript with lit-html for rendering
  • LLM Integration: Multiple model providers through LLM Foundry API
  • Styling: Bootstrap 5.3.3 with dark mode support

Dependencies

All dependencies are loaded via CDN:

License

MIT