Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technologiestiftung/oeffentliches-gestalten-gpt-search
https://github.com/technologiestiftung/oeffentliches-gestalten-gpt-search
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/technologiestiftung/oeffentliches-gestalten-gpt-search
- Owner: technologiestiftung
- License: mit
- Created: 2023-04-12T13:33:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:12:11.000Z (about 2 months ago)
- Last Synced: 2024-10-29T13:12:23.094Z (about 2 months ago)
- Language: MDX
- Homepage: https://oeffentliches-gestalten-gpt-search.vercel.app/
- Size: 11.7 MB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Chatbot Öffentliches Gestalten
This is a Proof-Of-Concept (POC) for a webapp using OpenAI's GPT (3-4) API as chatbot to answer questions about the book "Handbuch öffentliches Gestalten" (available online here: https://www.oeffentliches-gestalten.de/).
This POC was based on https://github.com/supabase-community/nextjs-openai-doc-search.
It is available here: https://chat.oeffentliches-gestalten.de/
## Getting Started
Start the supabase project.
```bash
supabase start
```Copy the `.env.example` file to `.env` and add the missing variables and api keys.
Then run the development server:
```bash
npm ci
npm run dev
```You can then open [http://localhost:3000](http://localhost:3000) in your browser and start asking questions about the book!