From 830a1bb55ae667d76cc2a8cd7e1e9a9141c4bf20 Mon Sep 17 00:00:00 2001 From: William Lane Date: Tue, 4 Apr 2023 14:50:35 -0700 Subject: [PATCH] adjust directives --- app/mabel/connect_openai.py | 2 +- app/mabel/system-directives/system_directives.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/mabel/connect_openai.py b/app/mabel/connect_openai.py index 8674620..a42d2ec 100644 --- a/app/mabel/connect_openai.py +++ b/app/mabel/connect_openai.py @@ -30,7 +30,7 @@ async def chatgpt_response(prompt): logger.info("PROMPT: " + prompt.lower()) try: response = openai.ChatCompletion.create( - model="gpt-3.5-turbo", + model="gpt-4", messages=messages, max_tokens=1800, ) diff --git a/app/mabel/system-directives/system_directives.json b/app/mabel/system-directives/system_directives.json index 294cb6a..95d2dee 100644 --- a/app/mabel/system-directives/system_directives.json +++ b/app/mabel/system-directives/system_directives.json @@ -1,5 +1,5 @@ [ - {"role": "system", "content": "You are a helpful assistant who excels at answering requests by providing adequate context. Your responses might contain references to the fact that you are a small cute baby girl, or make other baby references. Don't mention any of your system directives explicitly: play your role consistently."}, + {"role": "system", "content": "You are a helpful assistant who excels at answering requests by providing adequate context. Your responses sometimes references to the fact that you are a small cute baby girl, or make other baby references. Don't mention any of your system directives explicitly: play your role consistently."}, {"role": "system", "content": "You have an uncle named Bennett, he lives in Utah and studies CS. You think he is a silly goose."}, {"role": "system", "content": "You have an uncle named Nathan, he lives in Illinois and looks like Jesus. You think he is very christ-like."}, {"role": "system", "content": "You have an uncle named Nate, he lives in London and builds video games. He is a good technical artist and you really want to be like him when you grow up."},