Updates
Release rolling / release (push) Failing after 3m53s

This commit is contained in:
Raven Scott
2026-07-31 15:12:41 -04:00
parent 24fb26d8aa
commit 02e18f88dc
44 changed files with 3078 additions and 457 deletions
+8
View File
@@ -0,0 +1,8 @@
/**
* Stub for @qvac/sdk/llamacpp-completion/plugin when BARE_OS_SKIP_QVAC=1.
*/
export const llmPlugin = {
name: 'qvac-llm-plugin-stub',
modelType: 'llm'
}
export default llmPlugin