We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ai! prompt here ?model=modelName&temp=1&fp=1&pp=1&tp=1
fp: Frequency penalty pp: Presence penalty tp: top p
See available parameters here with the playground https://platform.openai.com/playground
curl https://api.openai.com/v1/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -d '{ "model": "text-davinci-003", "prompt": "hi", "temperature": 0, "max_tokens": 100, "top_p": 1, "frequency_penalty": 0.0, "presence_penalty": 0.0 }'
The text was updated successfully, but these errors were encountered:
should prlly just use slashcommands for this..
Sorry, something went wrong.
No branches or pull requests
ai! prompt here ?model=modelName&temp=1&fp=1&pp=1&tp=1
fp: Frequency penalty
pp: Presence penalty
tp: top p
See available parameters here with the playground
https://platform.openai.com/playground
The text was updated successfully, but these errors were encountered: