Steve
Steve
If we aren't able to interact with mid journey directly via API, we could try using discord programmatically to interact with it on the main server or by dm
If no current tool exists to do this for us, it may be reasonably simple to build one using github's PR api. A quick and dumb implementation could loop through...
this may be superset by the fact that chatGPT knows it can just google a subject and click on the wikipedia link, to be honest
That makes sense, if the model knows wikipedia is an authoritative source for information it may be more inclined to search it directly to improve its results
We may want to add an offset param to the command, such that offset=0 gets the first N records, offset=1 gets the next N records etc. I think the current...
I can work on this