We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a8a88 commit cf2d504Copy full SHA for cf2d504
1 file changed
spec/services/ai_service_spec.rb
@@ -85,7 +85,7 @@ module OpenAI
85
it 'sends the system_message to the system' do
86
ai_service.chat(chat)
87
expect(ai_service.messages.first[:role]).to eq('system')
88
- expect(ai_service.messages.first[:content]).to include('Help out with any questions the user may ask')
+ expect(ai_service.messages.first[:content]).to include('You are a highly skilled and experienced Database Administrator')
89
end
90
91
0 commit comments