Plugin for ChatGPT whose task is to answer questions about public trasnport timetables via ChatGPT. It uses data in GTFS format. I used the data of public transport timetables in Wrocław, published by MPK Wrocław.
More details in my blog post: https://konradkruk.com/blog/i-wrote-an-openai-plugin-that-tells-me-when-to-leave-for-the-next-tram
- Run
npm install
- Run
npm run import
- Run
npm run start
Service should be available at http://localhost:4002