-
If I want to add a custom provider that, lets say, supports the OpenAI API schema and its methods, how do I specify that to Prism? or do I just change the openai provider baseurl in config? The docs aren't clear about that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Prism has just moved to OpenAI's newer Responses API - which is different to the original widely adopted OpenAI schema. Therefore, you would need to create your own custom provider. That said, you could use the old OpenAI provider in v0.69.0 as a starting point. |
Beta Was this translation helpful? Give feedback.
Prism has just moved to OpenAI's newer Responses API - which is different to the original widely adopted OpenAI schema.
Therefore, you would need to create your own custom provider.
That said, you could use the old OpenAI provider in v0.69.0 as a starting point.