Task #3353
Please change openai model used
Description
Change needed is only in ourPrompt and max_tokens.
Current call is:
POST /v1/completions {
"model": "text-davinci-003",
"prompt": <ourPrompt>,
"temperature": 0,
"max_tokens": 90,
"top_p": 1,
"frequency_penalty": 0,
"presence_penalty": 0
}
Replace "text-davinci-003" with "gpt-3.5-turbo-instruct"
Updated by Md Shahzar 11 months ago
- Status changed from Resolved to Review
- Assignee changed from Md Shahzar to Abhijata Sen
Updated by Venmuhilan B 11 months ago
- Status changed from Review to Feedback
- Assignee changed from Abhijata Sen to Md Shahzar