mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
Update code.py
This commit is contained in:
@@ -266,7 +266,7 @@ async def pretend(ctx, pretend_to_be: str, message: str):
|
||||
return
|
||||
#set the openai api key
|
||||
openai.api_key = data[2]
|
||||
prompt = f"Pretend to be {pretend_to_be} and answer the following question: {message}: \n"
|
||||
prompt = f"An AI pretends to be {pretend_to_be} and answer the following question: \n Human:{message} \n AI:"
|
||||
debug(f"The prompt is: {prompt}")
|
||||
response = openai.Completion.create(
|
||||
engine="text-davinci-003",
|
||||
|
||||
Reference in New Issue
Block a user