diff --git a/src/settings.py b/src/settings.py index 9501b29..1a09d1f 100644 --- a/src/settings.py +++ b/src/settings.py @@ -68,7 +68,7 @@ def register_model_settings(self) -> bool: 'Same capabilities as the base gpt-4 mode but with 4x the context length. Will be updated with our latest model iteration.', 'Most capable GPT-3.5 model and optimized for chat at 1/10th the cost of text-davinci-003. Will be updated with our latest model iteration.', 'Can do any language task with better quality, longer output, and consistent instruction-following than the curie, babbage, or ada models.', - 'Similar capabilities to text-davinci-003 but trained with supervised fine-tuning instead of reinforcement learning' + 'Similar capabilities to text-davinci-003 but trained with supervised fine-tuning instead of reinforcement learning', 'Very capable, but faster and lower cost than Davinci.', 'Capable of straightforward tasks, very fast, and lower cost.', 'Capable of very simple tasks, usually the fastest model in the GPT-3 series, and lowest cost.',