diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-09-22 21:52:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 21:52:52 +0200 |
commit | f07395f8e2ac93e9a59f309eb69b4bfb782b67b2 (patch) | |
tree | d6ae4ae9ded1e1f43308a4d03856d74df89268cb /README.md | |
parent | ~ (diff) | |
download | gpt4free-f07395f8e2ac93e9a59f309eb69b4bfb782b67b2.tar gpt4free-f07395f8e2ac93e9a59f309eb69b4bfb782b67b2.tar.gz gpt4free-f07395f8e2ac93e9a59f309eb69b4bfb782b67b2.tar.bz2 gpt4free-f07395f8e2ac93e9a59f309eb69b4bfb782b67b2.tar.lz gpt4free-f07395f8e2ac93e9a59f309eb69b4bfb782b67b2.tar.xz gpt4free-f07395f8e2ac93e9a59f309eb69b4bfb782b67b2.tar.zst gpt4free-f07395f8e2ac93e9a59f309eb69b4bfb782b67b2.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -10,12 +10,11 @@ By using this repository or any code related to it, you agree to the [legal noti pip install -U g4f ``` -## Table of Contents: +## Table of Contents -- [Table of Contents:](#table-of-contents) - [Getting Started](#getting-started) - - [Prerequisites:](#prerequisites) - - [Setting up the project:](#setting-up-the-project) + - [Prerequisites](#prerequisites) + - [Setting up the project](#setting-up-the-project) - [Install using pypi](#install-using-pypi) - [Install using docker](#setting-up-with-docker) - [Usage](#usage) @@ -28,7 +27,6 @@ pip install -U g4f - [Contribute](#contribute) - [Contributors](#contributors) - [Copyright](#copyright) -- [Copyright Notice](#copyright-notice) - [Star History](#star-history) ## Getting Started @@ -521,15 +519,14 @@ for message in response: ``` ## Contributors + A list of the contributors is available [here](https://github.com/xtekky/gpt4free/graphs/contributors) The [`Vercel.py`](https://github.com/xtekky/gpt4free/blob/main/g4f/Provider/Vercel.py) file contains code from [vercel-llm-api](https://github.com/ading2210/vercel-llm-api) by [@ading2210](https://github.com/ading2210), which is licenced under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt) -## Copyright: +## Copyright This program is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt) -## Copyright Notice: - ``` xtekky/gpt4free: Copyright (C) 2023 xtekky |