pull/800/head
abc 9 months ago
parent d53fc931a3
commit 0faeb0b59c

2
.gitattributes vendored

@ -1,2 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
* text=auto

@ -1,3 +1,3 @@
github: [onlp]
patreon: xtekky
ko_fi: xtekky
ko_fi: xtekky

@ -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.

@ -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!

@ -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.
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.

@ -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
<https://www.gnu.org/licenses/why-not-lgpl.html>.
<https://www.gnu.org/licenses/why-not-lgpl.html>.

@ -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.

@ -83,4 +83,4 @@ if __name__ == '__main__':
'debug': True
}
app.run(**config)
app.run(**config)

@ -33,4 +33,4 @@ setup(
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
]
)
)

@ -12,4 +12,5 @@ for token in chat_completion:
content = token['choices'][0]['delta'].get('content')
if content != None:
print(content)
print(content)
Loading…
Cancel
Save