Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 5736da6

Browse files
committed
tests are passing, but stuff is not working yet..
1 parent 5e9cb80 commit 5736da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/system/ai_bot/ai_bot_helper_spec.rb

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

4040
# lets disable bots but still allow 1 persona
4141
allowed_persona.create_user!
42-
allowed_persona.update!(default_llm: "custom:#{gpt_4.id}")
42+
allowed_persona.update!(default_llm_id: gpt_4.id)
4343

4444
gpt_4.update!(enabled_chat_bot: false)
4545
gpt_3_5_turbo.update!(enabled_chat_bot: false)

0 commit comments

Comments
 (0)