Skip to content

Commit 664ea99

Browse files
authored
Fixed a test (#8)
1 parent 5185084 commit 664ea99

File tree

1 file changed

+2
-2
lines changed
  • prompt/prompt-executor/prompt-executor-llms/src/commonTest/kotlin/ai/jetbrains/code/prompt/executor/llms

1 file changed

+2
-2
lines changed

prompt/prompt-executor/prompt-executor-llms/src/commonTest/kotlin/ai/jetbrains/code/prompt/executor/llms/LLMPromptExecutorTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class LLMPromptExecutorTest {
6464
LLMProvider.Anthropic to MockAnthropicLLMClient()
6565
)
6666

67-
val prompt = Prompt.build(OpenAIModels.GPT4o, "test-prompt") {
67+
val prompt = Prompt.build(AnthropicModels.Sonnet_3_5, "test-prompt") {
6868
system("You are a helpful assistant.")
6969
user("What is the capital of France?")
7070
}
@@ -137,4 +137,4 @@ class LLMPromptExecutorTest {
137137
executor.executeStreaming(prompt).toList()
138138
}
139139
}
140-
}
140+
}

0 commit comments

Comments
 (0)