mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-09-16 03:39:05 +02:00
Update THINKING_TOOL_MODEL constant in OllamaAPIIntegrationTest to gpt-oss:20b
This commit is contained in:
parent
7f37233c72
commit
ab9b95dbed
@ -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:1.7b";
|
private static final String THINKING_TOOL_MODEL = "gpt-oss:20b";
|
||||||
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