mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-24 00:54:19 +01:00
⚽ refactor: playground more stable generation
This commit is contained in:
@@ -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.
|
||||
\'\'\')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user