-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
in the test code, the strict mode is not enabled. I think we need to enable it and prove that the OpenAI’s claim is false!
However, when I add srict=true
here
openapi/test/benchmark/validate.ts
Lines 12 to 14 in d08bb86
config: { | |
reference: process.argv.includes("--reference"), | |
}, |
It goes an error like this
Error: Failed to convert the JSON schema to the ChatGPT schema.
at /Users/ryoppippi/ghq/github.com/samchon/openapi/bin/test/utils/ChatGptFunctionCaller.js:978:19
at Generator.next (<anonymous>)
at /Users/ryoppippi/ghq/github.com/samchon/openapi/bin/test/utils/ChatGptFunctionCaller.js:41:71
at new Promise (<anonymous>)
at __awaiter (/Users/ryoppippi/ghq/github.com/samchon/openapi/bin/test/utils/ChatGptFunctionCalle
r.js:37:12)
at step (/Users/ryoppippi/ghq/github.com/samchon/openapi/bin/test/utils/ChatGptFunctionCaller.js:
84:47)
at /Users/ryoppippi/ghq/github.com/samchon/openapi/bin/test/utils/ChatGptFunctionCaller.js:71:28
at Generator.next (<anonymous>)
at /Users/ryoppippi/ghq/github.com/samchon/openapi/bin/test/utils/ChatGptFunctionCaller.js:41:71
at new Promise (<anonymous>)
According to this error message, I cannot figure out what is the causes of the error
Metadata
Metadata
Labels
questionFurther information is requestedFurther information is requested