add missing const for img

This commit is contained in:
garylin2099 2024-08-15 14:00:23 +08:00
parent 37f2a41003
commit e0653814a2
2 changed files with 7 additions and 0 deletions

View file

@ -29,3 +29,9 @@ GENERAL_FUNCTION_SCHEMA = {
# tool_choice value for general_function_schema
# https://platform.openai.com/docs/api-reference/chat/create#chat-create-tool_choice
GENERAL_TOOL_CHOICE = {"type": "function", "function": {"name": "execute"}}
MULTI_MODAL_MODELS = [
"gpt-4o",
"gpt-4o-mini",
]