t.me/xtekky
commited on
Commit
•
63a1ee4
1
Parent(s):
ba48140
add copyright notice
Browse files
README.md
CHANGED
@@ -314,3 +314,28 @@ You can install these packages using the provided `requirements.txt` file.
|
|
314 |
├── you/
|
315 |
├── README.md <-- this file.
|
316 |
└── requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
├── you/
|
315 |
├── README.md <-- this file.
|
316 |
└── requirements.txt
|
317 |
+
|
318 |
+
## Copyright:
|
319 |
+
This program is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt)
|
320 |
+
|
321 |
+
Most code, with the exception of `quora/api.py` (by [ading2210](https://github.com/ading2210)), has been written by me, [xtekky](https://github.com/xtekky).
|
322 |
+
|
323 |
+
### Copyright Notice:
|
324 |
+
```
|
325 |
+
xtekky/openai-gpt4: multiple reverse engineered language-model api's to decentralise the ai industry.
|
326 |
+
Copyright (C) 2023 xtekky
|
327 |
+
|
328 |
+
This program is free software: you can redistribute it and/or modify
|
329 |
+
it under the terms of the GNU General Public License as published by
|
330 |
+
the Free Software Foundation, either version 3 of the License, or
|
331 |
+
(at your option) any later version.
|
332 |
+
|
333 |
+
This program is distributed in the hope that it will be useful,
|
334 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
335 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
336 |
+
GNU General Public License for more details.
|
337 |
+
|
338 |
+
You should have received a copy of the GNU General Public License
|
339 |
+
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
340 |
+
```
|
341 |
+
|