Eladlev / AutoPrompt

A framework for prompt tuning using Intent-based Prompt Calibration
Apache License 2.0
1.86k stars 149 forks source link

Change `gpt-3.5-turbo` from 0613 to 1106 #66

Closed engichang1467 closed 1 week ago

engichang1467 commented 1 week ago

On config_default.yml, gpt-3.5-turbo-0613 has been deprecated from the OpenAI API, so I've changed it into gpt-3.5-turbo-1106 to make it consistent with gpt-4-1106-preview.

I've also updated it in config/config_diff/config_generation.yml as well.