From 8e7e694d81e674db63049145a35972df8ad2e3fa Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Fri, 20 Oct 2023 19:04:13 +0100 Subject: =?UTF-8?q?~=20|=C2=A0updated=20g4f.api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit new api and requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index cf966680..7d988d50 100644 --- a/README.md +++ b/README.md @@ -369,7 +369,7 @@ python -m g4f.api import openai openai.api_key = "Empty if you don't use embeddings, otherwise your hugginface token" -openai.api_base = "http://localhost:1337" +openai.api_base = "http://localhost:1337/v1" def main(): -- cgit v1.2.3