mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Changed OpenAI API base endpoint to https://api.openai.com/v1.
This commit is contained in:
parent
3e7f791112
commit
193901ee43
1 changed files with 2 additions and 2 deletions
|
@ -154,8 +154,8 @@ def main(args=None, input=None, output=None):
|
|||
parser.add_argument(
|
||||
"--openai-api-base",
|
||||
metavar="OPENAI_API_BASE",
|
||||
default="https://api.openai.com/v1/chat/completions",
|
||||
help="Specify the OpenAI API base endpoint (default: https://api.openai.com/v1/chat/completions)",
|
||||
default="https://api.openai.com/v1",
|
||||
help="Specify the OpenAI API base endpoint (default: https://api.openai.com/v1)",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--dry-run",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue