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

Commit bb0d7f5

Browse files
committed
stree
1 parent 9dbfb05 commit bb0d7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/system/embeddings/ai_embedding_definition_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
visit "/admin/plugins/discourse-ai/ai-embeddings"
1414

1515
find(".ai-embeddings-list-editor__new-button").click()
16-
16+
1717
find("[data-preset-id='text-embedding-3-small'] button").click()
1818

1919
find("input.ai-embedding-editor__api-key").fill_in(with: api_key)
@@ -42,7 +42,7 @@
4242
visit "/admin/plugins/discourse-ai/ai-embeddings"
4343

4444
find(".ai-embeddings-list-editor__new-button").click()
45-
45+
4646
find("[data-preset-id='manual'] button").click()
4747

4848
find("input.ai-embedding-editor__display-name").fill_in(with: "OpenAI's text-embedding-3-small")

0 commit comments

Comments
 (0)