diff --git a/backend/chat_playground/services.py b/backend/chat_playground/services.py index 14cfac8..694154d 100644 --- a/backend/chat_playground/services.py +++ b/backend/chat_playground/services.py @@ -16,7 +16,7 @@ def invoke(prompt): """; prompt_config = { - "prompt": f'\n\nHuman: {systemPrompt}\n\n{prompt}\n\nAssistant:', + "prompt": f'{systemPrompt}\n\nHuman: {prompt}\n\nAssistant:', "max_tokens_to_sample": 1024, "temperature": 0.8 }