keirp / automatic_prompt_engineer

MIT License
1.11k stars 144 forks source link

text-davinci-002 is deprecated #19

Open faridaelhusseiny278 opened 7 months ago

faridaelhusseiny278 commented 7 months ago

I'm trying to generate prompts but the model you are using is deprecated, you should replace it with gpt-3.5-turbo-instruct

jayavibhavnk commented 7 months ago

I got this error with gpt-3.5-turbo-instruct, Setting 'echo' and 'logprobs' at the same time is not supported for this model. Retrying...

everysecon commented 1 month ago

I encountered the following error: cannot unmarshal number into Go struct field GeneralOpenAIRequest.logprobs of type bool, very strange, can anyone help?