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

HTTP 404 Not Found from http://127.0.0.1:11434/api/generate This may mean that you forgot to add '/v1' to the end of your 'apiBase' in config.json. #3752

Open
3 tasks done
Barmaid1076 opened this issue Jan 17, 2025 · 0 comments
Assignees
Labels
area:configuration Relates to configuration options kind:bug Indicates an unexpected problem or unintended behavior "needs-triage" priority:medium Indicates medium priority

Comments

@Barmaid1076
Copy link

Before submitting your bug report

Relevant environment info

- OS: windows
- Continue version: latest
- IDE version: latest
- Model: qwen2.5-coder:7b
- config.json:
  
{
  "models": [
    {
      "model": "AUTODETECT",
      "title": "Autodetect",
      "provider": "ollama"
    }
  ],
  "tabAutocompleteModel": {
    "title": "Tab Autocomplete Model",
    "provider": "ollama",
    "model": "qwen2.5-coder:7b",
    "apiBase": "http://localhost:11434"
  },
  "tabAutocompleteOptions": {
    "debounceDelay": 500,
    "maxPromptTokens": 1500,
    "disableInFiles": [
      "*.md"
    ]
  }
}

Description

HTTP 404 Not Found from http://127.0.0.1:11434/api/generate This may mean that you forgot to add '/v1' to the end of your 'apiBase' in config.json.

Image

I think it might be configuration not setup correctly,but i'm not sure what apiBase to use

To reproduce

No response

Log output

@dosubot dosubot bot added area:configuration Relates to configuration options kind:bug Indicates an unexpected problem or unintended behavior priority:medium Indicates medium priority labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:configuration Relates to configuration options kind:bug Indicates an unexpected problem or unintended behavior "needs-triage" priority:medium Indicates medium priority
Projects
None yet
Development

No branches or pull requests

2 participants