-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently just have:
llm-openai-plugin/llm_openai.py
Lines 20 to 25 in e0e8d7d
"gpt-4o": {"vision": True}, | |
"gpt-4o-mini": {"vision": True}, | |
"o3-mini": {"reasoning": True}, | |
"o1-mini": {"reasoning": True, "schemas": False}, | |
"o1": {"reasoning": True, "vision": True}, | |
"o1-pro": {"reasoning": True, "vision": True, "streaming": False}, |
Need to re-add GPT-4 / GPT-4-turbo and probably a few others too.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request