mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Check access from chromedriver
This commit is contained in:
parent
cb0e065581
commit
8787db385e
2 changed files with 4 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ g4f.debug.logging = True
|
|||
g4f.debug.version_check = False
|
||||
|
||||
GITHUB_TOKEN = os.getenv('GITHUB_TOKEN')
|
||||
G4F_PROVIDER = os.getenv('G4F_PROVIDER') or g4f.Provider.OpenaiChat
|
||||
G4F_PROVIDER = os.getenv('G4F_PROVIDER')
|
||||
G4F_MODEL = os.getenv('G4F_MODEL') or g4f.models.gpt_4
|
||||
|
||||
def get_pr_details(github: Github) -> PullRequest:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue