Hi all, does anyone know how to request that a wiki be added to be trained on? This would be the Factorio wiki. It seems like ChatGPT can answer inquiries based on version 1.1, but not version 2.0. Thanks.
It’s usually recommend to have a more robust solution for information that is potentially updating a lot.
You have the tags API
but are mentioning ChatGPT
. I’m going to assume that you’re using ChatGPT.
As of now you can try and use Search
or even paste in the relevant pages for the model. Fair warning though, I have on numerous times asked the model to view a SPECIFIC page, and it just blatantly ignores me and decides to use other irrelevant pages. So it’s not entirely steerable.
I looked at the wiki and found that it’s using the MediaWiki
engine, which offers an easy way to extract all the content:
https://www.mediawiki.org/wiki/Help:Export
You can organize this data and upload it to a GPT as a knowledge base for a better solution. This obviously requires some elbow grease.