UNPKG

cli-ai

Version:

A command line interface client for interacting with OpenAI's GPT3

11 lines (10 loc) 209 B
export const openai_api_options = { model: "text-davinci-003", temperature: 0.9, max_tokens: 300, top_p: 1, best_of: 1, frequency_penalty: 0, presence_penalty: 0, stop: [" Human:", " AI:"], };