- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 07:48 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 02:28 PM - edited 05-27-2024 02:30 PM
Hi @b__MouradH,
My guess is that you will need to re-configure the API credentials with the new model - https://docs.servicenow.com/bundle/washingtondc-intelligent-experiences/page/administer/generative-a...
or maybe this link can help - https://docs.servicenow.com/bundle/washingtondc-intelligent-experiences/page/administer/generative-a...
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 08:51 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 10:13 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 02:28 PM - edited 05-27-2024 02:30 PM
Hi @b__MouradH,
My guess is that you will need to re-configure the API credentials with the new model - https://docs.servicenow.com/bundle/washingtondc-intelligent-experiences/page/administer/generative-a...
or maybe this link can help - https://docs.servicenow.com/bundle/washingtondc-intelligent-experiences/page/administer/generative-a...
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 05:55 PM
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.
Rampriya S