mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-09-16 11:48:58 +02:00
Update THINKING_TOOL_MODEL constant in OllamaAPIIntegrationTest to version 1.7b
This commit is contained in:
parent
77aa3b85d1
commit
7f37233c72
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user