Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bolt.diy keep asking for other API when I am already connected to LMStudio deepseek #1220

Open
CGMikeG opened this issue Jan 30, 2025 · 0 comments

Comments

@CGMikeG
Copy link

CGMikeG commented Jan 30, 2025

Describe the bug

DEBUG api.chat usage {"promptTokens":null,"completionTokens":null,"totalTokens":null}
DEBUG api.chat Total message length: 2, words
INFO LLMManager Found 5 cached models for LMStudio
INFO stream-text Sending llm call to LMStudio with model deepseek-r1-distill-llama-8b@q4_k_m
DEBUG LMStudio Base Url used: http://localhost:1234
DEBUG api.chat usage {"promptTokens":null,"completionTokens":null,"totalTokens":null}
INFO api.chat Reached max token limit (8000): Continuing message (2 switches left)
INFO stream-text Sending llm call to Anthropic with model claude-3-5-sonnet-latest
ERROR api.chat AI_LoadAPIKeyError: Anthropic API key is missing. Pass it using the 'apiKey' parameter or the ANTHROPIC_API_KEY environment variable.

I have already disabled all other provider. Is there anything I am doing wrong?

Image

I am also getting below issue and then the process seem to stop.

IC_API_KEY environment variable.
Error: No route matches URL "/icons/Github.svg"
at getInternalRouterError (D:\boltdiy\bolt.diy\node_modules.pnpm@[email protected]\node_modules@remix-run\router\router.ts:5505:5)
at Object.query (D:\boltdiy\bolt.diy\node_modules.pnpm@[email protected]\node_modules@remix-run\router\router.ts:3527:19)
at handleDocumentRequest (D:\boltdiy\bolt.diy\node_modules.pnpm@[email protected][email protected]\node_modules@remix-run\server-runtime\dist\server.js:275:35)
at requestHandler (D:\boltdiy\bolt.diy\node_modules.pnpm@[email protected][email protected]\node_modules@remix-run\server-runtime\dist\server.js:160:24)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at D:\boltdiy\bolt.diy\node_modules.pnpm@remix-run+dev@2.15.0_@remix-run[email protected][email protected]_react@[email protected]_typ_3djlhh3t6jbfog2cydlrvgreoy\node_modules@remix-run\dev\dist\vite\cloudflare-proxy-plugin.js:70:25
No routes matched location "/icons/Github.svg"
ErrorResponseImpl {
status: 404,
statusText: 'Not Found',
internal: true,
data: 'Error: No route matches URL "/icons/Github.svg"',
error: Error: No route matches URL "/icons/Github.svg"
at getInternalRouterError (D:\boltdiy\bolt.diy\node_modules.pnpm@[email protected]\node_modules@remix-run\router\router.ts:5505:5)
at Object.query (D:\boltdiy\bolt.diy\node_modules.pnpm@[email protected]\node_modules@remix-run\router\router.ts:3527:19)
at handleDocumentRequest (D:\boltdiy\bolt.diy\node_modules.pnpm@[email protected][email protected]\node_modules@remix-run\server-runtime\dist\server.js:275:35)
at requestHandler (D:\boltdiy\bolt.diy\node_modules.pnpm@[email protected][email protected]\node_modules@remix-run\server-runtime\dist\server.js:160:24)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at D:\boltdiy\bolt.diy\node_modules.pnpm@remix-run+dev@2.15.0_@remix-run[email protected][email protected]_react@[email protected]_typ_3djlhh3t6jbfog2cydlrvgreoy\node_modules@remix-run\dev\dist\vite\cloudflare-proxy-plugin.js:70:25
}
No routes matched location "/icons/Github.svg"

Link to the Bolt URL that caused the error

http://localhost:5173/chat/snake-game

Steps to reproduce

can you make me a snake game that works

Expected behavior

Create a standard snake game

Screen Recording / Screenshot

Image

Platform

  • OS: [Windows]
  • Browser: [Edge]
  • Version 132.0.2957.127 (Official build) (64-bit)

Provider Used

LM Studio

Model Used

deepseek-r1-distill-llama-8b@q4_k_m

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant