diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -72,12 +72,8 @@ Is your site on this repository and you want to take it down? Send an email to t - [Local Inference](docs/local.md) - [Configuration](#configuration) - [Full Documentation for Python API](#full-documentation-for-python-api) - - **New:** - - [Async Client API from G4F](docs/async_client.md) - - [Client API like the OpenAI Python library](docs/client.md) - - **Legacy** - - [Legacy API with python modules](docs/legacy/legacy.md) - - [Legacy AsyncClient API from G4F](docs/legacy/legacy_async_client.md) + - [Client API from G4F](docs/client.md) + - [AsyncClient API from G4F](docs/async_client.md) - [🚀 Providers and Models](docs/providers-and-models.md) - [🔗 Powered by gpt4free](#-powered-by-gpt4free) - [🤝 Contribute](#-contribute) @@ -123,7 +119,7 @@ To ensure the seamless operation of our application, please follow the instructi ### Installation Steps -1. **Download the Application**: Visit our [releases page](https://github.com/xtekky/gpt4free/releases/tag/0.3.1.7) and download the most recent version of the application, named `g4f.exe.zip`. +1. **Download the Application**: Visit our [releases page](https://github.com/xtekky/gpt4free/releases/tag/0.3.4.2) and download the most recent version of the application, named `g4f.exe.zip`. 2. **File Placement**: After downloading, locate the `.zip` file in your Downloads folder. Unpack it to a directory of your choice on your system, then execute the `g4f.exe` file to run the app. 3. **Open GUI**: The app starts a web server with the GUI. Open your favorite browser and navigate to `http://localhost:8080/chat/` to access the application interface. 4. **Firewall Configuration (Hotfix)**: Upon installation, it may be necessary to adjust your Windows Firewall settings to allow the application to operate correctly. To do this, access your Windows Firewall settings and allow the application. @@ -204,12 +200,11 @@ print(f"Generated image URL: {image_url}") #### **Full Documentation for Python API** - **New:** - - **Async Client API from G4F:** [/docs/async_client](docs/async_client.md) - - **Client API like the OpenAI Python library:** [/docs/client](docs/client.md) + - **Client API from G4F:** [/docs/client](docs/client.md) + - **AsyncClient API from G4F:** [/docs/async_client](docs/async_client.md) - **Legacy:** - - **Legacy API with python modules:** [/docs/legacy/legacy](docs/legacy/legacy.md) - - **Legacy AsyncClient API from G4F:** [/docs/async_client](docs/legacy/legacy_async_client.md) + - **Legacy API with python modules:** [/docs/legacy](docs/legacy.md) #### Web UI **To start the web interface, type the following codes in python:** |