Skip to content

Commit 47e4232

Browse files
committed
Fix OllamaApiIT#streamingChat
- Remove enableThinking as this test uses model which doesn't support thinking Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
1 parent 0d14311 commit 47e4232

File tree

1 file changed

+0
-1
lines changed
  • models/spring-ai-ollama/src/test/java/org/springframework/ai/ollama/api

1 file changed

+0
-1
lines changed

models/spring-ai-ollama/src/test/java/org/springframework/ai/ollama/api/OllamaApiIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public void streamingChat() {
8787
.content("What is the capital of Bulgaria and what is the size? " + "What it the national anthem?")
8888
.build()))
8989
.options(OllamaChatOptions.builder().temperature(0.9).build().toMap())
90-
.enableThinking()
9190
.build();
9291

9392
Flux<ChatResponse> response = getOllamaApi().streamingChat(request);

0 commit comments

Comments
 (0)