mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Added links to openai docs/pricing
This commit is contained in:
parent
49f81ac784
commit
8d9c2ba60b
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ class ModelInfo:
|
|||
send_undo_reply: bool = False
|
||||
|
||||
|
||||
# https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo
|
||||
# https://platform.openai.com/docs/models/gpt-3-5-turbo
|
||||
# https://openai.com/pricing
|
||||
|
||||
openai_models = [
|
||||
# gpt-3.5
|
||||
ModelInfo(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue