Skip to content

ChatGPTEditWithInstructions is not working. #345

Answered by nicolimo86
bench87 asked this question in Q&A
Discussion options

You must be logged in to vote

You have an old config.
Change this:

openai_edit_params = {
          model = "code-davinci-edit-001",  <----this
          temperature = 0,
          top_p = 1,
          n = 1,
        },

to this:

    openai_edit_params = {
      model = "gpt-3.5-turbo",
      temperature = 0,
      top_p = 1,
      n = 1,
    },

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jackMort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #310 on December 14, 2023 12:12.