Problem bolt when install e run

Hi everyone, I installed pinokio and through this I installed BOLT. I entered the APIs of OpenAI and also other AI and it doesn’t work. It gives me this error:“There was an error processing your request: No details were returned” . Are there solutions?

This error in the frontend is just a catch-all error that means something went wrong either in the frontend or backend. Could you take a look at the terminal where you started the site, and also in the developer console in the browser (F12) and see if there is a more helpful error message there?

APICallError [AI_APICallError]: Not Found
at C:\pinokio\api\bolt.git\app\node_modules\ollama-ai-provider\node_modules@ai-sdk\provider-utils\src\response-handler.ts:72:16
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at postToApi (C:\pinokio\api\bolt.git\app\node_modules\ollama-ai-provider\node_modules@ai-sdk\provider-utils\src\post-to-api.ts:81:28)
at OllamaChatLanguageModel.doStream (C:\pinokio\api\bolt.git\app\node_modules\ollama-ai-provider\src\ollama-chat-language-model.ts:230:50)
at fn (file:///C:/pinokio/api/bolt.git/app/node_modules/ai/core/generate-text/stream-text.ts:378:23)
at file:///C:/pinokio/api/bolt.git/app/node_modules/ai/core/telemetry/record-span.ts:18:22
at _retryWithExponentialBackoff (file:///C:/pinokio/api/bolt.git/app/node_modules/ai/util/retry-with-exponential-backoff.ts:37:12)
at startStep (file:///C:/pinokio/api/bolt.git/app/node_modules/ai/core/generate-text/stream-text.ts:333:13)
at fn (file:///C:/pinokio/api/bolt.git/app/node_modules/ai/core/generate-text/stream-text.ts:414:11)
at file:///C:/pinokio/api/bolt.git/app/node_modules/ai/core/telemetry/record-span.ts:18:22
at chatAction (C:/pinokio/api/bolt.git/app/app/routes/api.chat.ts:64:20)
at Object.callRouteAction (C:\pinokio\api\bolt.git\app\node_modules@remix-run\server-runtime\dist\data.js:36:16)
at C:\pinokio\api\bolt.git\app\node_modules@remix-run\router\router.ts:4899:19
at callLoaderOrAction (C:\pinokio\api\bolt.git\app\node_modules@remix-run\router\router.ts:4963:16)
at async Promise.all (index 0)
at defaultDataStrategy (C:\pinokio\api\bolt.git\app\node_modules@remix-run\router\router.ts:4772:17)
at callDataStrategyImpl (C:\pinokio\api\bolt.git\app\node_modules@remix-run\router\router.ts:4835:17)
at callDataStrategy (C:\pinokio\api\bolt.git\app\node_modules@remix-run\router\router.ts:3992:19)
at submit (C:\pinokio\api\bolt.git\app\node_modules@remix-run\router\router.ts:3755:21)
at queryImpl (C:\pinokio\api\bolt.git\app\node_modules@remix-run\router\router.ts:3684:22)
at Object.queryRoute (C:\pinokio\api\bolt.git\app\node_modules@remix-run\router\router.ts:3629:18)
at handleResourceRequest (C:\pinokio\api\bolt.git\app\node_modules@remix-run\server-runtime\dist\server.js:402:20)
at requestHandler (C:\pinokio\api\bolt.git\app\node_modules@remix-run\server-runtime\dist\server.js:156:18)
at C:\pinokio\api\bolt.git\app\node_modules@remix-run\dev\dist\vite\cloudflare-proxy-plugin.js:70:25 {
cause: undefined,
url: ‘http://localhost:11434/api/chat’,
requestBodyValues: {
format: undefined,
model: ‘claude-3-5-sonnet-latest’,
options: { num_ctx: 32768, num_predict: 8000, temperature: 0 },
messages: [ [Object], [Object], [Object] ],
tools: undefined
},
statusCode: 404,
responseHeaders: {
‘content-length’: ‘78’,
‘content-type’: ‘application/json; charset=utf-8’,
date: ‘Wed, 27 Nov 2024 09:39:21 GMT’
},
responseBody: ‘{“error”:“model \“claude-3-5-sonnet-latest\” not found, try pulling it first”}’,
isRetryable: false,
data: undefined,
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

This is the error I get in the console. I downloaded OLLAMA and also several packages, the 20GB one and the 4GB one. But neither works. I tried reinstalling BOLT but it doesn’t work.

We actually merged a fix for this today! Try again!