mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Remove Aivvm from working providers
This commit is contained in:
parent
dfdb759639
commit
3430b04f87
6 changed files with 16 additions and 25 deletions
|
|
@ -19,7 +19,7 @@ print()
|
|||
async def run_async():
|
||||
response = await g4f.ChatCompletion.create_async(
|
||||
model=g4f.models.gpt_35_turbo_16k_0613,
|
||||
provider=g4f.Provider.Aivvm,
|
||||
provider=g4f.Provider.GptGod,
|
||||
messages=[{"role": "user", "content": "hello!"}],
|
||||
)
|
||||
print("create_async:", response)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue