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

Commit 3c4b04b

Browse files
committed
Merge branch 'llm-config-form-kit' of https://github.com/discourse/discourse-ai into llm-config-form-kit
2 parents 0f86b89 + 5f1bac6 commit 3c4b04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/modal/ai-llm-quota-modal.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class AiLlmQuotaModal extends Component {
4242
llm_model_id: null,
4343
max_tokens: null,
4444
max_usages: null,
45-
duration_seconds: 86400, // 1 day default,
45+
duration_seconds: moment.duration(1, "day").asSeconds(),
4646
};
4747
}
4848

0 commit comments

Comments
 (0)