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

sync #630

Merged
merged 7 commits into from
Sep 21, 2024
Merged

sync #630

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@

# .NET SDK for OpenAI
⭐ We appreciate your star, it helps!

[![Discord Shield](https://discord.com/api/guilds/1250841506785529916/widget.png?style=shield)](https://discord.gg/R2XcBC8E) *(If the invite link doesn't work, ping me in discussions.)*
We have a very new Discord channel. Please come and help us build the .NET AI community.
![Betalgo Ranul OpenAI Github Readme banner](https://github.com/user-attachments/assets/ca87b21f-e2a3-4bf2-88ad-4610bda6dfd6)

## Overview
A .NET SDK for accessing OpenAI's API, provided as a community library. This SDK allows you to integrate OpenAI's capabilities into your .NET applications with ease.

⭐ We appreciate your star, it helps! ![GitHub Repo stars](https://img.shields.io/github/stars/betalgo/openai)
#### Community Links
We have a very new [![Discord](https://img.shields.io/discord/1250841506785529916?label=Discord)](https://discord.gg/gfgHsWnGxy) and [![Static Badge](https://img.shields.io/badge/Reddit-BetalgoDevelopers-orange)](https://www.reddit.com/r/BetalgoDevelopers) channel. Please come and help us build the .NET AI community.

### Install Packages
#### Core Library
[![Betalgo.OpenAI](https://img.shields.io/nuget/v/Betalgo.OpenAI?style=for-the-badge)](https://www.nuget.org/packages/Betalgo.OpenAI/)
Expand Down
36 changes: 36 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Security Policy
## Reporting a Vulnerability

We take the security of our library seriously. If you discover a security vulnerability within Betalgo's OpenAI library, please follow these steps:

1. **Do not** disclose the vulnerability publicly.
2. Send a detailed report of the vulnerability to our security team at [[email protected]](mailto:[email protected]).
3. Include the following in your report:
- A description of the vulnerability
- Steps to reproduce the issue
- Potential impact of the vulnerability
- Suggested fix (if any)

Our security team will acknowledge receipt of your vulnerability report. You'll receive a more detailed response, indicating the next steps in handling your submission.

After the initial reply to your report, our security team will endeavor to keep you informed of the progress being made towards a fix and full announcement. We may ask for additional information or guidance during this process.

## Security Measures

To ensure the security of your data when using our library:

1. Always use the latest supported version of the library.
2. Keep your API keys and other sensitive information secure. Never hardcode these values in your source code.
3. Use environment variables or secure secret management solutions to store your OpenAI API keys.
4. Implement proper error handling to prevent unintended information disclosure.
5. Be cautious when using user-generated content as input to API calls.

## Third-Party Dependencies

Our library uses some third-party dependencies. We regularly review and update these dependencies to address any known security issues. However, users should be aware that the security of these components is outside of our direct control.

## Responsible Disclosure

We kindly request that you give us a reasonable amount of time to address any reported vulnerabilities before disclosing them publicly. We appreciate your efforts in improving the security of our library and will acknowledge your contribution (if desired) once the issue is resolved.

Thank you for helping keep Betalgo's OpenAI library and its users safe!
Loading