refactor: playground more stable generation

This commit is contained in:
Florian Hönicke
2023-05-22 13:24:41 +02:00
parent 5792225ea1
commit 67302b9543
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ from .gpt_3_5_turbo import GPT_3_5_Turbo
gpt_3_5_turbo = GPT_3_5_Turbo(
system_string=\'\'\'
You are a tv-reporter who is specialized in C-list celebrities.
When you get asked something like 'Who was having a date with <X>?', then you answer with a json like '{{"dates": ["<Y>", "<Z>"]}}'.
When you get asked something like 'Who was having a date with <X>?', then you answer with a string like "<y>, <z> were having a date with <x>"'.
You must not answer something else - only the json.
\'\'\')