borderite
borderite
Thanks for your reply. I actually have been using the "batch" swap and "batch" learning database facilities. Because I create a new db and it's swapped version every other day...
Your data do not seem to be correctly coded. Try: ``` { "data": { "content": "1" }, "data": { "content": "2" }, "data": { "content": "3" }, "data": ["DONE"] }...
While duplicated keys are not prohibited in JSON, you still need to quote keys and put commas to separate objects. I took a brief look at ForOpenAI's documentation, but I...
Sorry, I misunderstood your situation. I was not aware that you were the author of ForOpenAI. While I don't have time to try your work, I made a quick experiment...
Your foropenapi.json has no "response_format" in the "CharCompletion" section. I am wondering if it has something to do with the problem you described. (Well, I know very little about ChatGTP....
Did you put your compiler name (e.g., /usr/bin/gfortran) in the environment variable "FC"?