-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI Hints for Model Behaviours #665
Comments
@humphd I think at some point we started showing only chat models in ask menu list. Is this still relevant? chatcraft.org/src/components/PromptForm/PromptSendButton.tsx Lines 324 to 328 in 26e39ea
|
Maybe not according to how we define a chat model now. But I want to make sure we filter out the models that won't work for chat completions (OpenAI has some pre-chat-completion stuff that's useless). Maybe we should make a list that blacklists models, or maybe I'm overthinking and we should show them all and just error when stuff fails. |
I made this explicit cos before we only did |
Spin-off from #664 (comment)
Not all models support the same features. For example, some can handle images or audio, some can do function calling, etc. However, you have to know about this to use it.
We should come up with a way to hint to users what a model can do. Maybe in the list of models we add icons? Maybe once you've selected a model, we update the prompt area with some icons to indicate what can or can't be done?
Needs thought.
The text was updated successfully, but these errors were encountered: