From 8d9c2ba60b944151ff6cdf29afd96a84b2081840 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 7 Feb 2024 14:17:24 -0800 Subject: [PATCH] Added links to openai docs/pricing --- aider/models/openai.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aider/models/openai.py b/aider/models/openai.py index 9fb66b9d2..2a134fee8 100644 --- a/aider/models/openai.py +++ b/aider/models/openai.py @@ -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(