I’m getting error messages I think it’s an issue where the endpoint is in a configuration where it is using the old openai value I think I have to recompile it with typescript or something .
I made it work but GPT-J doesn't respond in the same manner to the template prompts for search. Goopt cannot use and display GPT output from there as a search result.
I set the base and engine in openai-api for goose.ai
completions return fine, I'm seeing them fine in the log.
However they are unusable to make Goopt work.
The end of search prompts mock JSON format.
I get this
\"content\": [{\"name\": \"Keto Diet\", \n \"typeClass\": {}, \n \"description\":[],\n \"contentImageUri\": null }]}
GPT-J doesn't seem to compose similar broken JSON so formatResults returns empty.
With GPT-J, search prompt works better if you don't try to get a JSON response.
I don't know why but when you ask for technical formats/outputs, GPT-J heavily focuses on composing a technical document/code for you. It tends to start composing Javascript etc.