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

Commit d8869b3

Browse files
committed
Fix run test for new embedding
1 parent 5a58e48 commit d8869b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/ai-embedding-editor.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default class AiEmbeddingEditor extends Component {
150150
this.testRunning = true;
151151

152152
try {
153-
const configTestResult = await this.args.model.testConfig();
153+
const configTestResult = await this.editingModel.testConfig();
154154
this.testResult = configTestResult.success;
155155

156156
if (this.testResult) {

0 commit comments

Comments
 (0)