Any plans to add the ChatGPT o1 preview to the available models that we can select from?
We actually finished the integration. However, the API endpoint for the o1 preview does not support text-streaming (the thing that makes the answers appear in realtime, character by character).
When OpenAI makes the o1 preview model support streaming, we will add it. We aren’t sure when this will be, but expect it to be fairly soon.
I wonder if the streaming isn’t supported because there is sort’ve two sets of outputs produced with 01-preview.
First it goes through and basically tells you it’s thought process; this is hidden by default, but clicking on it will produce the text.
Then it goes ahead and produces a response.
Given this more agent-like experience, do you think it might still work well without text streaming in a Pickaxe environment? Especially something like the smart form functionality.