Hacker News new | ask | show | jobs
by bestcoder69 1066 days ago
Why this instead of GPT Functions?
1 comments

it's basically the same thing, but uses a more concise spec for writing the schema (typescript vs jsonschema)

In the end, both methods try to coax the model into returning a JSON object, one method can be used with any model, the other is tied to a specific, ever changing vendor API

Why would one choose to only support "OpenAI" and nothing else?