-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Issue with Swift on Linux #15
Comments
dfperry5
added a commit
to dfperry5/OpenAISwift
that referenced
this issue
Dec 31, 2022
… Vapor / Swift for Linux
Yeah, great idea and thanks for contributing! I shall get this merged after running Actions! |
adamrushy
added a commit
that referenced
this issue
Jan 2, 2023
Addressing Issue: #15 - trying to use this library to run in Vapor / …
MarkHoath
added a commit
to MarkHoath/OpenAISwift
that referenced
this issue
Feb 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
When trying to use this package to build a lambda using the swift-aws-lambda runtime approach, there is a step where you need to build the executable using docker. When exciting this command:
I'm seeing the below issue:
Potential Solution
By adding the below code to the OpenAI.swift - I think this problem would be alleviated.
Are you cool with me opening a PR to add this in?
Thanks!
The text was updated successfully, but these errors were encountered: