|
|
|
|
|
by sandkoan
1063 days ago
|
|
Problems with OpenAI: 1) You're wasting GPT tokens on outputting JSON instead of meaningful information. 2) GPT functions won't, with absolute, 100% certainty, return JSON in the schema you want. In 1% to 3% of cases it hallucinates fields, etc. 3) This also allows you to output data in arbitrary non-JSON formats. 4) You can't self-host OpenAI functions. |
|
As with the other poster, I’d be interested to hear a bit more about point 1.