We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a4b67 commit e2083afCopy full SHA for e2083af
src/utils/utils.py
@@ -253,7 +253,7 @@ def get_llm_model(provider: str, **kwargs):
253
"Pro/THUDM/chatglm3-6b",
254
"Pro/THUDM/glm-4-9b-chat",
255
],
256
- "ibm": ["meta-llama/llama-4-maverick-17b-128e-instruct-fp8","meta-llama/llama-3-2-90b-vision-instruct"]
+ "ibm": ["ibm/granite-vision-3.1-2b-preview", "meta-llama/llama-4-maverick-17b-128e-instruct-fp8","meta-llama/llama-3-2-90b-vision-instruct"]
257
}
258
259
0 commit comments