Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 399 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 399 Bytes

splitgraph-chatgpt-plugin

A ChatGPT plugin for searching the Splitgraph Data Delivery Network using natural language questions.

Installation

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Running tests

python -m unittest

Running the plugin locally

OPENAI_API_KEY="sk-..." PG_CONN_STR='postgresql://...' python3 -m server.main