Skip to content

Commit

Permalink
Update lmos-router-llm/ReadMe.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Kreuzer <[email protected]>
  • Loading branch information
xmxnt and kaikreuzer authored Dec 20, 2024
1 parent d7fdff2 commit a6425dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmos-router-llm/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Configure the `DefaultModelClientProperties` or `ModelClientProperties` based on
val properties = ModelClientProperties(
provider = LangChainClientProvider.OPENAI.name.lowercase(),
apiKey = "your-openai-api-key",
model = "gpt-4",
model = "gpt-4o",
maxTokens = 1500,
temperature = 0.7,
topP = 0.9,
Expand Down

0 comments on commit a6425dd

Please sign in to comment.