Project

General

Profile

Task #3353

Please change openai model used

Added by Ram Kordale 11 months ago. Updated 11 months ago.

Status:
Closed
Priority:
Immediate
Assignee:
Target version:
Start date:
01/03/2024
Due date:
% Done:

100%

Estimated time:
Spent time:

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"

Also available in: Atom PDF