Skip to content

Commit

Permalink
Update lmos-router-llm/src/test/kotlin/ai/ancf/lmos/router/llm/LangCh…
Browse files Browse the repository at this point in the history
…ainChatModelFactoryTest.kt

Co-authored-by: Kai Kreuzer <[email protected]>
  • Loading branch information
xmxnt and kaikreuzer authored Dec 20, 2024
1 parent a6425dd commit 1abef2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class LangChainChatModelFactoryTest {
every { properties.provider } returns LangChainClientProvider.OPENAI.name.lowercase()
every { properties.baseUrl } returns "https://api.openai.com"
every { properties.apiKey } returns "openai-api-key"
every { properties.model } returns "gpt-3.5-turbo"
every { properties.model } returns "gpt-4o-mini"
every { properties.maxTokens } returns 1000
every { properties.temperature } returns 0.7
every { properties.topP } returns 0.9
Expand Down

0 comments on commit 1abef2a

Please sign in to comment.