Skip to content

Commit 3c292ac

Browse files
committed
Update chat_gpt_helper.rb
1 parent 26f6deb commit 3c292ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/chat_gpt_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
module ChatGptHelper
33

4-
def self. format_prompt(options)
4+
def self.format_prompt(options)
55
if I18n.locale == :en
66
file_path = Rails.root.join('app', 'services/chat_gpt_service/chat_gpt_prompts', 'prompt_en.xml')
77
prompt = File.read(file_path)

0 commit comments

Comments
 (0)