guillaumefrd's picture
add tool to get webpage content + replace DDG by Brave search + replace buggy remote code interpreter by local runtime + avoid limit of TPM
4754c75
raw
history blame
219 Bytes
# OPENAI_MODEL_NAME = "gpt-4.1-nano" # Overall Score: 10.0% (2/20 correct)
OPENAI_MODEL_NAME = "gpt-4.1-mini"
# OPENAI_MODEL_NAME = "gpt-4.1"
# QUERY_IMAGE_MODEL_NAME = "gpt-4.1-mini"
QUERY_IMAGE_MODEL_NAME = "o4-mini"