Skip to content
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

Add rustls feature #112

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Add rustls feature #112

merged 1 commit into from
Sep 25, 2024

Conversation

reneklacan
Copy link
Contributor

This allows library to be used without adding native-tls to dependencies with:

openai-api-rs = { version = "^5.0", default-features = false, features = ["rustls"] }

Default usage without features is unaffected.

This allows library to be used without adding native-tls to dependencies with:

```
openai-api-rs = { version = "^5.0", default-features = false, features = ["rustls"] }
```

Default usage without features is unaffected.
@dongri dongri merged commit 4b3bcac into dongri:main Sep 25, 2024
1 check passed
@dongri
Copy link
Owner

dongri commented Sep 25, 2024

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants