TheFive / osmbc

Open Street Map Blog Collector
MIT License
28 stars 11 forks source link

feature request: AI/ChatGPT written articles #1038

Open call-me-matt opened 7 months ago

call-me-matt commented 7 months ago

we have a strong community in collecting links, but writing the articles is often done last minute by a few contributors. this is a tedious task. If AI could support in summarizing the links from the collection in one or two sentences, this would be of big help.

TheFive commented 7 months ago

Would bi nice.

two steps for solution a) Someone (tm) has to find out a chat gpt (or other LLM) advise to di what you want. to support this OSMBC has introduced the preview. A technical solution could take this preview and the advice to send to a LLM.

b) Licensing / usage / cost of such a service has to be evaluated.

it is fun to discuss summarization with chat gpt, for one article. it is a lot of finetuning to do that in a generic way.

if there is an AI API Key and a rest function for OSMBC i can sent the preview text with an configured advice to the API Endpoint and put it into a markdown field in this phantastic brown colour .

TheFive commented 7 months ago

In case of AI System having access to the internet (not the case for chat gpt 3 afaik) OSMBC can send an url instead of the text of course