From c1adfbee8e15406dbdce75f87de47dc1c0dd17df Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sun, 15 Oct 2023 19:10:25 +0200 Subject: Add Llama2 and NoowAi Provider --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9d0b150f..ac52abea 100644 --- a/README.md +++ b/README.md @@ -325,12 +325,12 @@ asyncio.run(run_all()) ##### Proxy Support: -All providers support specifying a proxy in the create function. +All providers support specifying a proxy in the create functions. ```py import g4f -response = await g4f.ChatCompletion.create( +response = g4f.ChatCompletion.create( model=g4f.models.default, messages=[{"role": "user", "content": "Hello"}], proxy="http://host:port", -- cgit v1.2.3