-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
authToken doesn't work in version 1.4 #109
Comments
I believe you may be referring to #102 |
Thanks that solved that. |
Me to, Have you solved it by now ? |
Not really |
I think there is an undocumented change, to initialize it you have to use: |
These are two separate issues, which I both fixed and made a Pull Request #114
|
let openAI = OpenAISwift(authToken: "TOKEN")
doesn't work anymore in version 1.4The text was updated successfully, but these errors were encountered: