moving
This commit is contained in:
@@ -493,9 +493,33 @@ const PERSONAS: PersonaBundle[] = [
|
||||
},
|
||||
},
|
||||
{ url: '**/api/settings/probe-model', status: 200, body: { model: null, configured: false, verified: false } },
|
||||
{ url: '**/api/local-inference/status', status: 200, body: { servers: [], ollamaInstalled: false, totalLocalModels: 0 } },
|
||||
{
|
||||
url: '**/api/local-inference/status',
|
||||
status: 200,
|
||||
body: {
|
||||
servers: [],
|
||||
ollamaInstalled: false,
|
||||
ollamaRunning: false,
|
||||
totalLocalModels: 0,
|
||||
offlineReady: false,
|
||||
dockerRequired: false,
|
||||
managedRuntime: {
|
||||
source: 'waggle-managed',
|
||||
supported: true,
|
||||
installed: false,
|
||||
running: false,
|
||||
targetVersion: '0.32.0',
|
||||
version: null,
|
||||
artifactSizeBytes: 1_503_047_573,
|
||||
downloadRequired: true,
|
||||
dockerRequired: false,
|
||||
},
|
||||
setupRequired: true,
|
||||
setupMessage: 'Install the private runtime in Waggle, then download an offline model. Docker and a system Ollama install are not required.',
|
||||
},
|
||||
},
|
||||
],
|
||||
expected: /No local runtime detected|Install Ollama/i,
|
||||
expected: /No local runtime yet[\s\S]*Install private runtime/i,
|
||||
},
|
||||
{
|
||||
id: 'mobile-chat-backend-offline',
|
||||
|
||||
Reference in New Issue
Block a user