Replies: 1 comment
-
Hi JackPo - not sure if you have an answer for this yet. ChatUI 0.9.4 has added a configuration option to disable the System Prompt - unfortunately this doesn't work for the o1 models because they use the Chat rather than Completion code path. I have added rudimentary support to my fork here : https://github.com/barrensconsulting/llmindset-hug-ui if you want to try it. In that build, if you configure o1 similar to the below, then you will get an expandable display showing token usage including reasoning tokens (shown in the shot above). o1 doesn't support streaming, tools or images. I'll add to the discussion at #1539 - but for the moment until OpenAI move the model from Beta I'll probably leave as-is with basic support on my fork. I don't know if @nsarrazin already has plans for this area?
|
Beta Was this translation helpful? Give feedback.
-
I get errors like:
400 Unsupported value: 'messages[0].role' does not support 'system' with this model.
Beta Was this translation helpful? Give feedback.
All reactions