Mark gpt-4 as always_available to skip the availability check on startup

This commit is contained in:
Paul Gauthier 2023-07-06 17:44:12 -07:00
parent c45074b937
commit 42977230b1

View file

@ -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