The function `ask_gpt` sends message to ChatGPT and shows the results via the console
Usage
ask_gpt(
message,
model = "text-davinci-003",
maxtoken = 300,
tempvalue = 0,
return = "text"
)
The function `ask_gpt` sends message to ChatGPT and shows the results via the console
ask_gpt(
message,
model = "text-davinci-003",
maxtoken = 300,
tempvalue = 0,
return = "text"
)