Skip to content

Commit 0faeb0b

Browse files
committed
~
1 parent d53fc93 commit 0faeb0b

10 files changed

+11
-10
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto detect text files and perform LF normalization
2-
* text=auto
2+
* text=auto

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github: [onlp]
22
patreon: xtekky
3-
ko_fi: xtekky
3+
ko_fi: xtekky

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ enforcement ladder](https://github.com/mozilla/diversity).
125125

126126
For answers to common questions about this code of conduct, see the FAQ at
127127
https://www.contributor-covenant.org/faq. Translations are available at
128-
https://www.contributor-covenant.org/translations.
128+
https://www.contributor-covenant.org/translations.

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
2. Add it to [./testing](https://github.com/xtekky/gpt4free/tree/main/testing)
66
3. Refractor it and add it to [./g4f](https://github.com/xtekky/gpt4free/tree/main/g4f)
77

8-
### We will be grateful to see you as a contributor!
8+
### We will be grateful to see you as a contributor!

LEGAL_NOTICE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Please note the following:
1212

1313
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.
1414

15-
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.
15+
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.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<https://www.gnu.org/licenses/why-not-lgpl.html>.
674+
<https://www.gnu.org/licenses/why-not-lgpl.html>.

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Reporting a Vulnerability
22

33
Reporting a Vulnerability
4-
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.
4+
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.

interference/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ def stream():
8383
'debug': True
8484
}
8585

86-
app.run(**config)
86+
app.run(**config)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"Operating System :: MacOS :: MacOS X",
3434
"Operating System :: Microsoft :: Windows",
3535
]
36-
)
36+
)

testing/interference_test.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212

1313
content = token['choices'][0]['delta'].get('content')
1414
if content != None:
15-
print(content)
15+
print(content)
16+

0 commit comments

Comments
 (0)