Replies: 3 comments 1 reply
-
@oskarst thanks for using this module and the feedback. |
Beta Was this translation helpful? Give feedback.
-
I tried to filter models list copying n8n code per @cmuench suggestion, but I think that code snippet is outdated (e.g. 4o is missing). The current model list is quite long with many models (e.g. the audio and image ones) not appropriate for this use case, I'm thinking about turning it back into free form text field. Anyone has any thought on this? |
Beta Was this translation helpful? Give feedback.
-
@oskarst I'll update code to stay compatible with the openAI api update. o1-mini will not work, you have to choose a model that supports developer role message https://community.openai.com/t/developer-role-not-accepted-for-o1-o1-mini-o3-mini/1110750/7 I advise you using a gpt model. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Small note, needs some documentation, currently it's not very clear which OpenAI model you should use for this extension, and if chosen incorrectly it will cause errors. for example o1-mini atm does not work and throws error during API request to OpenAI.
The API Model select input could also use some sorting as atm there are many choices but they are all over the place, simple alphabetical sort should clear it up nicely, could also make the case that preview models should not be used.
Beta Was this translation helpful? Give feedback.
All reactions