diff --git a/.gitattributes b/.gitattributes index dfe07704..eba1110b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # Auto detect text files and perform LF normalization -* text=auto +* text=auto \ No newline at end of file diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 696be746..3d6671f9 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,3 @@ github: [onlp] patreon: xtekky -ko_fi: xtekky +ko_fi: xtekky \ No newline at end of file diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c5afe0a4..349d160d 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -125,4 +125,4 @@ enforcement ladder](https://github.com/mozilla/diversity). For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq. Translations are available at -https://www.contributor-covenant.org/translations. +https://www.contributor-covenant.org/translations. \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 67aa60da..d5f6615f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,4 +5,4 @@ 2. Add it to [./testing](https://github.com/xtekky/gpt4free/tree/main/testing) 3. Refractor it and add it to [./g4f](https://github.com/xtekky/gpt4free/tree/main/g4f) -### We will be grateful to see you as a contributor! +### We will be grateful to see you as a contributor! \ No newline at end of file diff --git a/LEGAL_NOTICE.md b/LEGAL_NOTICE.md index 7b9c4a34..6a5bbab8 100644 --- a/LEGAL_NOTICE.md +++ b/LEGAL_NOTICE.md @@ -12,4 +12,4 @@ Please note the following: 4. **Indemnification**: Users agree to indemnify, defend, and hold harmless the author of this repository from and against any and all claims, liabilities, damages, losses, or expenses, including legal fees and costs, arising out of or in any way connected with their use or misuse of this repository, its content, or related third-party APIs. -5. **Updates and Changes**: The author reserves the right to modify, update, or remove any content, information, or features in this repository at any time without prior notice. Users are responsible for regularly reviewing the content and any changes made to this repository. \ No newline at end of file +5. **Updates and Changes**: The author reserves the right to modify, update, or remove any content, information, or features in this repository at any time without prior notice. Users are responsible for regularly reviewing the content and any changes made to this repository. \ No newline at end of file diff --git a/LICENSE b/LICENSE index f288702d..e72bfdda 100644 --- a/LICENSE +++ b/LICENSE @@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. +. \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md index cbc69677..11d63c4f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,4 +1,4 @@ ## Reporting a Vulnerability Reporting a Vulnerability -Please report (suspected) security vulnerabilities to https://t.me/xtekky. You will receive a response within 48 hours. If the issue is confirmed, we will release a patch as soon as possible depending on complexity but historically within a few days. +Please report (suspected) security vulnerabilities to https://t.me/xtekky. You will receive a response within 48 hours. If the issue is confirmed, we will release a patch as soon as possible depending on complexity but historically within a few days. \ No newline at end of file diff --git a/interference/app.py b/interference/app.py index afe15df7..eee67c57 100644 --- a/interference/app.py +++ b/interference/app.py @@ -83,4 +83,4 @@ if __name__ == '__main__': 'debug': True } - app.run(**config) + app.run(**config) \ No newline at end of file diff --git a/setup.py b/setup.py index f7f1e247..176c4941 100644 --- a/setup.py +++ b/setup.py @@ -33,4 +33,4 @@ setup( "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", ] -) \ No newline at end of file +) diff --git a/testing/interference_test.py b/testing/interference_test.py index e7a780d5..410a0ed6 100644 --- a/testing/interference_test.py +++ b/testing/interference_test.py @@ -12,4 +12,5 @@ for token in chat_completion: content = token['choices'][0]['delta'].get('content') if content != None: - print(content) \ No newline at end of file + print(content) + \ No newline at end of file