Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Changes the gpt-3.5-turbo-16k model API provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor committed Jul 28, 2023
1 parent 3bf207e commit 9a5375f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions g4f/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from g4f import Provider
import random


class Model:
Expand Down Expand Up @@ -31,7 +30,7 @@ class gpt_35_turbo_16k_0613:
class gpt_35_turbo_16k:
name: str = 'gpt-3.5-turbo-16k'
base_provider: str = 'openai'
best_provider: Provider.Provider = Provider.Liaobots
best_provider: Provider.Provider = Provider.Ezcht

class gpt_4_dev:
name: str = 'gpt-4-for-dev'
Expand Down

0 comments on commit 9a5375f

Please sign in to comment.