summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkqlio67 <166700875+kqlio67@users.noreply.github.com>2024-10-16 13:14:32 +0200
committerGitHub <noreply@github.com>2024-10-16 13:14:32 +0200
commita9fb30464fc69792d31ed93c7cd97a1637fbbdcf (patch)
treea531f5f498aa825fbbd6439512f14127ce46955b
parentUpdated(README.md) (diff)
downloadgpt4free-a9fb30464fc69792d31ed93c7cd97a1637fbbdcf.tar
gpt4free-a9fb30464fc69792d31ed93c7cd97a1637fbbdcf.tar.gz
gpt4free-a9fb30464fc69792d31ed93c7cd97a1637fbbdcf.tar.bz2
gpt4free-a9fb30464fc69792d31ed93c7cd97a1637fbbdcf.tar.lz
gpt4free-a9fb30464fc69792d31ed93c7cd97a1637fbbdcf.tar.xz
gpt4free-a9fb30464fc69792d31ed93c7cd97a1637fbbdcf.tar.zst
gpt4free-a9fb30464fc69792d31ed93c7cd97a1637fbbdcf.zip
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e283300c..cf42d3df 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Written by [@xtekky](https://github.com/xtekky)
<div id="top"></div>
> [!IMPORTANT]
-> By using this repository or any code related to it, you agree to the [legal notice](https://github.com/xtekky/gpt4free/blob/main/LEGAL_NOTICE.md). The author is **not responsible for the usage of this repository nor endorses it**, nor is the author responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
+> By using this repository or any code related to it, you agree to the [legal notice](LEGAL_NOTICE.md). The author is **not responsible for the usage of this repository nor endorses it**, nor is the author responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
> [!WARNING]
> _"gpt4free"_ serves as a **PoC** (proof of concept), demonstrating the development of an API package with multi-provider requests, with features like timeouts, load balance and flow control.
@@ -126,13 +126,13 @@ By following these steps, you should be able to successfully install and run the
Run the **Webview UI** on other Platfroms:
-- [docs/guides/webview](https://github.com/xtekky/gpt4free/blob/main/docs/webview.md)
+- [/docs/guides/webview](docs/webview.md)
##### Use your smartphone:
Run the Web UI on Your Smartphone:
-- [docs/guides/phone](https://github.com/xtekky/gpt4free/blob/main/docs/guides/phone.md)
+- [/docs/guides/phone](/docs/guides/phone.md)
#### Use python
@@ -196,7 +196,7 @@ image_url = response.data[0].url
print(f"Generated image URL: {image_url}")
```
-[![Image with cat](/docs/cat.jpeg)](https://github.com/xtekky/gpt4free/blob/main/docs/client.md)
+[![Image with cat](/docs/cat.jpeg)](docs/client.md)
**Full Documentation for Python API**