Generative IA

b__MouradH
Tera Contributor

Hi,

 

I am trying to integrate Summurize capabilty in Flow designer in serviceNow to summurize worknote incident, when the incident change the state to 'Resolved', but i already have an error => 'The model `text-davinci-003` has been deprecated, learn more here: https://platform.openai.com/docs/deprecations'. did some one know where i can change type of modeles ?

 

Thanks,

 

Mourad

1 ACCEPTED SOLUTION

James Chun
Kilo Patron
5 REPLIES 5

HrishabhKumar
Kilo Sage

Hi @b__MouradH , As it shows "text-davinci-003" model has been deprecated. You can use other models like "gpt-3.5-turbo-instruct" or ''gpt-3.5-turbo". But make sure to check there pricing first, none of them are free as per my knowledge.

Yashsvi
Kilo Sage

Hi @b__MouradH,

Yes model `text-davinci-003`has been deprecated, You can use other models like 'gpt-3.5-turbo-instruct' or 'gpt-3.5-turbo' and make sure to check their pricing because no models are free now according to my knowledge.

James Chun
Kilo Patron

Rampriya-S
Tera Guru
Tera Guru

Hi @b__MouradH 

Please update your request as the following format.

{
"model": "gpt-3.5-turbo",
"max_tokens": 1024,
"temperature":0.5,
"messages":[{"role":"user","content":"What is display business rule?"}]
}

 

Please mark helpful, if you accept the solution.

Best,
Rampriya S