From d46077f81bd76416c866d133b49e855fba18b184 Mon Sep 17 00:00:00 2001 From: Tekky <98614666+xtekky@users.noreply.github.com> Date: Wed, 27 Sep 2023 19:08:43 +0100 Subject: ~ --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99c501ad..6aee4642 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,14 @@ By using this repository or any code related to it, you agree to the [legal noti ### New - official website: *https://g4f.ai* - latest pypi version: ([0.1.4.0](https://pypi.org/project/g4f/0.1.4.0)): - ```sh pip install -U g4f ``` +- check pypi version: +```py +import g4f +print(g4f.version) # 0.1.X.X +``` ## Table of Contents -- cgit v1.2.3