Skip to content

Commit d5fd9f8

Browse files
chore: marks allHeaders as private (#13)
1 parent b001a11 commit d5fd9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LLMChatOpenAI/LLMChatOpenAI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public struct LLMChatOpenAI {
3131
self.headers = headers
3232
}
3333

34-
var allHeaders: [String: String] {
34+
private var allHeaders: [String: String] {
3535
var defaultHeaders = [
3636
"Content-Type": "application/json",
3737
"Authorization": "Bearer \(apiKey)"

0 commit comments

Comments
 (0)