|
|
|
|
|
by code51
1574 days ago
|
|
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. |
|
Another option is to improve formatResults to fix more cases of invalid JSON responses. If you get any improvement a pull request is welcome.