Skip to content

Conversation

artste
Copy link

@artste artste commented Oct 21, 2023

This PR aims to resolve the following error (probably due to API change):

InvalidRequestError: Setting 'echo' and 'logprobs' at the same time is not supported for this model.

The original code snippet is:

c = Completion.create(prompt="Australian Jeremy Howard is ",
                      model="gpt-3.5-turbo-instruct", echo=True, logprobs=5)

The proposed solution is setting echo=False.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant