Currently just have:
|
"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.
Currently just have:
llm-openai-plugin/llm_openai.py
Lines 20 to 25 in e0e8d7d
Need to re-add GPT-4 / GPT-4-turbo and probably a few others too.