Update THINKING_TOOL_MODEL constant in OllamaAPIIntegrationTest to version 1.7b

This commit is contained in:
amithkoujalgi 2025-08-30 15:45:08 +05:30
parent 77aa3b85d1
commit 7f37233c72
No known key found for this signature in database
GPG Key ID: E29A37746AF94B70

View File

@ -44,7 +44,7 @@ class OllamaAPIIntegrationTest {
private static final String EMBEDDING_MODEL = "all-minilm"; private static final String EMBEDDING_MODEL = "all-minilm";
private static final String VISION_MODEL = "moondream:1.8b"; private static final String VISION_MODEL = "moondream:1.8b";
private static final String THINKING_TOOL_MODEL = "qwen3:0.6b"; private static final String THINKING_TOOL_MODEL = "qwen3:1.7b";
private static final String GENERAL_PURPOSE_MODEL = "gemma3:270m"; private static final String GENERAL_PURPOSE_MODEL = "gemma3:270m";
@BeforeAll @BeforeAll