Skip to content

Commit 93a9ee0

Browse files
Updated Files
1 parent 48cab30 commit 93a9ee0

File tree

5 files changed

+539
-2
lines changed

5 files changed

+539
-2
lines changed

CODE_OF_CONDUCT.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Code of Conduct for DeepSeek-API-Unofficial
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to creating a positive environment include:
10+
11+
- Using welcoming and inclusive language
12+
- Being respectful of differing viewpoints and experiences
13+
- Gracefully accepting constructive criticism
14+
- Focusing on what is best for the community
15+
- Showing empathy towards other community members
16+
17+
Examples of unacceptable behavior by participants include:
18+
19+
- The use of sexualized language or imagery and unwelcome sexual attention or advances
20+
- Trolling, insulting/derogatory comments, and personal or political attacks
21+
- Public or private harassment
22+
- Publishing others' private information, such as a physical or electronic address, without explicit permission
23+
- Other conduct which could reasonably be considered inappropriate in a professional setting
24+
25+
## Our Responsibilities
26+
27+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28+
29+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
## Scope
32+
33+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
34+
35+
## Enforcement
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [your email]. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident.
38+
39+
## Attribution
40+
41+
This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html.
42+
43+
Date: May 4, 2024

CONTRIBUTING.md

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<div align="center">
2+
<img src="https://img.shields.io/badge/Contribution-Guide-blueviolet?style=for-the-badge&logo=opensourceinitiative" alt="Contribution Guide Badge">
3+
<h1>🌟 Contributing to DeepSeek-API-Unofficial🌟</h1>
4+
</div>
5+
6+
<div align="center">
7+
<!-- Replace `#` with your actual links -->
8+
<a href="https://youtube.com/@devsdocode"><img alt="YouTube" src="https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white"></a>
9+
<a href="https://t.me/devsdocode"><img alt="Telegram" src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
10+
<a href="https://www.instagram.com/sree.shades_/"><img alt="Instagram" src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white"></a>
11+
<a href="https://www.linkedin.com/in/developer-sreejan/"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a>
12+
<a href="https://buymeacoffee.com/devsdocode"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
13+
</div>
14+
15+
We're thrilled to have you on board and excited to see your contributions to the `DeepSeek-API-Unofficial` project. Your expertise will help shape the future of this innovative tool!
16+
17+
## 📜 Code of Conduct
18+
19+
To maintain a harmonious community, we ask that you review and adhere to our [Code of Conduct](CODE_OF_CONDUCT.md).
20+
21+
## 🚀 Getting Started with Contributions
22+
23+
1. **Fork the Repository**:
24+
```bash
25+
git fork https://github.com/SreejanPersonal/DeepSeek-API-Unofficial.git
26+
```
27+
2. **Clone Your Fork**:
28+
```bash
29+
git clone https://github.com/SreejanPersonal/DeepSeek-API-Unofficial.git
30+
```
31+
3. **Branch Out**:
32+
```bash
33+
git checkout -b feature/your-awesome-feature
34+
```
35+
4. **Commit Your Changes**:
36+
```bash
37+
git add .
38+
git commit -m "Add a brief description of your awesome feature"
39+
```
40+
41+
## 📏 Contribution Guidelines
42+
43+
### Code Style
44+
45+
- Embrace the established coding conventions.
46+
- Opt for descriptive variable names and document your logic with comments.
47+
48+
### Testing
49+
50+
- Craft unit tests for new features using our preferred testing framework.
51+
- Verify that all tests are green before proposing your changes.
52+
53+
### Documentation
54+
55+
- Update existing documentation to mirror your modifications.
56+
- Aim for clarity and brevity in your documentation.
57+
58+
### Pull Requests
59+
60+
- Initiate a pull request targeting the `main` branch.
61+
- Summarize your contributions and their impact.
62+
- Engage constructively with feedback from our maintainers.
63+
64+
## 🔍 Review Process
65+
66+
Our dedicated team of maintainers will evaluate your pull request, offering insights and suggestions. Collaborate with us to refine your contribution until it shines!
67+
68+
## 🛠️ Additional Resources
69+
70+
- Explore our [Youtube Video](#) for in-depth documentation.
71+
- Join the conversation on our [Telegram](#).
72+
73+
Your participation is what drives the `DeepSeek-API-Unofficial` forward. We eagerly anticipate your innovative ideas and thank you for contributing to a brighter open-source future!
74+
75+
76+
<div align="center">
77+
<!-- Replace `#` with your actual links -->
78+
<a href="https://youtube.com/@devsdocode"><img alt="YouTube" src="https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white"></a>
79+
<a href="https://t.me/devsdocode"><img alt="Telegram" src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
80+
<a href="https://www.instagram.com/sree.shades_/"><img alt="Instagram" src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white"></a>
81+
<a href="https://www.linkedin.com/in/developer-sreejan/"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a>
82+
<a href="https://buymeacoffee.com/devsdocode"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
83+
</div>

LICENCE

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Devs Do Code (Sree) License
2+
==========================
3+
4+
Version 1.0, March 2023
5+
6+
**TERMS AND CONDITIONS**
7+
8+
1. **Definitions**
9+
* "Software" refers to the SreejanPersonal/Claude-3-Opus-Free-Reverse-Engineered-API software, including all source code, object code, and documentation.
10+
* "Licensor" refers to Devs Do Code (Sree), the copyright holder of the Software.
11+
* "Licensee" refers to any individual or organization using the Software.
12+
2. **Grant of License**
13+
The Licensor hereby grants to the Licensee a non-exclusive, worldwide, royalty-free license to use, reproduce, modify, display, and distribute the Software.
14+
3. **Conditions**
15+
The Licensee must:
16+
* Retain all copyright and proprietary notices in the Software.
17+
* Not use the Software for any illegal or malicious purposes.
18+
* Not sell or distribute the Software as a standalone product.
19+
4. **Warranty Disclaimer**
20+
The Software is provided "as is," without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement.
21+
5. **Limitation of Liability**
22+
In no event shall the Licensor be liable for any damages, including but not limited to incidental, consequential, or punitive damages, arising out of the use or inability to use the Software.
23+
6. **Termination**
24+
This License will terminate automatically if the Licensee fails to comply with any of its terms and conditions.
25+
7. **Governing Law**
26+
This License shall be governed by and construed in accordance with the laws of [Country/State].
27+
28+
**BY USING THE SOFTWARE, YOU ACKNOWLEDGE THAT YOU HAVE READ, UNDERSTAND, AND AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS LICENSE.**
29+
30+
Copyright (c) 2023 Devs Do Code (Sree). All rights reserved.

0 commit comments

Comments
 (0)