mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Mark gpt-4 as always_available to skip the availability check on startup
This commit is contained in:
parent
c45074b937
commit
42977230b1
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class Model:
|
|||
if tokens == 8:
|
||||
self.prompt_price = 0.03
|
||||
self.completion_price = 0.06
|
||||
self.always_available = True
|
||||
elif tokens == 32:
|
||||
self.prompt_price = 0.06
|
||||
self.completion_price = 0.12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue