diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2023-12-08 20:07:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 20:07:28 +0100 |
commit | c3ccc4e81945cb0fdb62dd66071f2a57797f31b6 (patch) | |
tree | 6e6e3debbca03685dc0568b948b17df214a13825 /README.md | |
parent | Update README.md (diff) | |
download | gpt4free-c3ccc4e81945cb0fdb62dd66071f2a57797f31b6.tar gpt4free-c3ccc4e81945cb0fdb62dd66071f2a57797f31b6.tar.gz gpt4free-c3ccc4e81945cb0fdb62dd66071f2a57797f31b6.tar.bz2 gpt4free-c3ccc4e81945cb0fdb62dd66071f2a57797f31b6.tar.lz gpt4free-c3ccc4e81945cb0fdb62dd66071f2a57797f31b6.tar.xz gpt4free-c3ccc4e81945cb0fdb62dd66071f2a57797f31b6.tar.zst gpt4free-c3ccc4e81945cb0fdb62dd66071f2a57797f31b6.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 41 |
1 files changed, 21 insertions, 20 deletions
@@ -22,36 +22,37 @@ docker pull hlohaus789/g4f ## đ Table of Contents -- [đ What's New](#-whats-new) +- [đ What's New](#-what-s-new) - [đ Table of Contents](#-table-of-contents) -- [đ ī¸ Getting Started](#ī¸-getting-started) - - [Prerequisites:](#prerequisites) - - [Setting up the project:](#setting-up-the-project) +- [đ ī¸ Getting Started](#-getting-started) + + [Docker container](#docker-container) + - [Quick start](#quick-start) + + [Use python package](#use-python-package) + - [Prerequisites](#prerequisites) - [Install using pypi](#install-using-pypi) - - [or](#or) - - [Setting up with Docker:](#setting-up-with-docker) + + [Docker for Developers](#docker-for-developers) - [đĄ Usage](#-usage) - - [The `g4f` Package](#the-g4f-package) - - [ChatCompletion](#chatcompletion) + * [The `g4f` Package](#the-g4f-package) + + [ChatCompletion](#chatcompletion) - [Completion](#completion) - [Providers](#providers) - - [Cookies Required](#cookies-required) + - [Using Browser](#using-browser) - [Async Support](#async-support) - [Proxy and Timeout Support](#proxy-and-timeout-support) - - [Interference openai-proxy API (Use with openai python package)](#interference-openai-proxy-api-use-with-openai-python-package) - - [Run interference API from PyPi package](#run-interference-api-from-pypi-package) - - [Run interference API from repo](#run-interference-api-from-repo) + * [Interference openai-proxy API](#interference-openai-proxy-api-use-with-openai-python-package-) + + [Run interference API from PyPi package](#run-interference-api-from-pypi-package) + + [Run interference API from repo](#run-interference-api-from-repo) - [đ Providers and Models](#-providers-and-models) - - [GPT-4](#gpt-4) - - [GPT-3.5](#gpt-35) - - [Other](#other) - - [Models](#models) + * [GPT-4](#gpt-4) + * [GPT-3.5](#gpt-35) + * [Other](#other) + * [Models](#models) - [đ Related GPT4Free Projects](#-related-gpt4free-projects) - [đ¤ Contribute](#-contribute) - - [Create Provider with AI Tool](#create-provider-with-ai-tool) - - [Create Provider](#create-provider) + + [Create Provider with AI Tool](#create-provider-with-ai-tool) + + [Create Provider](#create-provider) - [đ Contributors](#-contributors) -- [Šī¸ Copyright](#ī¸-copyright) +- [Šī¸ Copyright](#-copyright) - [â Star History](#-star-history) - [đ License](#-license) @@ -70,7 +71,7 @@ docker run -p 8080:80 -p 1337:1337 -p 7900:7900 --shm-size="2g" hlohaus789/g4f:l ``` 3. Open the included client on: [http://localhost:8080/chat/](http://localhost:8080/chat/) or set the api base in your client to: [http://localhost:1337/v1](http://localhost:1337/v1) -4. (Optional) If you need to log in to a provider, you can open the desktop in the container here: http://localhost:7900/?autoconnect=1&resize=scale&password=secret. +4. (Optional) If you need to log in to a provider, you can view the desktop from the container here: http://localhost:7900/?autoconnect=1&resize=scale&password=secret. #### Use python package |