Skip to content

Commit

Permalink
swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhdk committed Dec 21, 2024
1 parent 37b2b60 commit 42f9079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SpeziLLMOpenAI/LLMOpenAISession+Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ extension LLMOpenAISession {
}

return await Operations.createChatCompletion
.Input(body:
.json(
.Input(
body: .json(
LLMOpenAIRequestType(
messages: openAIContext,
model: schema.parameters.modelType,
Expand Down

0 comments on commit 42f9079

Please sign in to comment.