10000 GitHub - aeupe/gptmaps: GPT Maps integrates GPT-4 with Google Maps.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aeupe/gptmaps

Repository files navigation

GPT Maps

General

GPT Maps integrates GPT-4 with Google Maps.

gptmaps

Getting started

Run

cp .env.example .env
cp gptmaps.env.example gptmaps.env

and edit .env and gptmaps.env to match your preferences.

Development

Run docker-compose -f docker-compose-dev.yml up

Production

Run docker-compose up

0