Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
feat[openai]: ⬆️ ignore change of python path
Browse files Browse the repository at this point in the history
  • Loading branch information
cadesalaberry committed Nov 12, 2023
1 parent 45d2cef commit 2c23700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions workflow/src/libs/bin/openai
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/opt/homebrew/opt/[email protected]/bin/python3.11
#!/opt/homebrew/Caskroom/mambaforge/base/envs/alfred/bin/python3.11
# -*- coding: utf-8 -*-
import re
import sys
from openai.cli import main
from openai._openai_scripts import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())
2 changes: 1 addition & 1 deletion workflow/src/libs/bin/tqdm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/opt/homebrew/opt/[email protected]/bin/python3.11
#!/opt/homebrew/Caskroom/mambaforge/base/envs/alfred/bin/python3.11
# -*- coding: utf-8 -*-
import re
import sys
Expand Down

0 comments on commit 2c23700

Please sign in to comment.