Skip to content

Commit

Permalink
public client
Browse files Browse the repository at this point in the history
Enabling client access simplifies the process of connecting to authentication endpoints on an OpenAI proxy server
  • Loading branch information
ronaldmannak committed Feb 4, 2024
1 parent a8c62f6 commit 4dfd0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CleverBird/OpenAIAPIConnection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class OpenAIAPIConnection {

let apiKey: String
let organization: String?
let client: APIClient
public let client: APIClient
let requestHeaders: [String:String]

public init(apiKey: String,
Expand Down

0 comments on commit 4dfd0d1

Please sign in to comment.