continue icon indicating copy to clipboard operation
continue copied to clipboard

HTTP 40X errors after setup

Open c-u-l8er opened this issue 1 year ago • 0 comments

Before submitting your bug report

Relevant environment info

- OS: macbook pro 2014
- Continue: 2024-07-29, 01:36:36
- IDE: vscode
- Model: sonnet & codestral
- config.json:
  
{
  "models": [
    {
      "model": "claude-3-5-sonnet-20240620",
      "provider": "anthropic",
      "apiKey": "",
      "title": "Claude 3.5 Sonnet"
    }
  ],
  "customCommands": [
    {
      "name": "test",
      "prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
      "description": "Write unit tests for highlighted code"
    }
  ],
  "tabAutocompleteModel": {
    "title": "Codestral",
    "provider": "mistral",
    "model": "codestral-latest",
    "apiKey": ""
  },
  "contextProviders": [
    {
      "name": "code",
      "params": {}
    },
    {
      "name": "docs",
      "params": {}
    },
    {
      "name": "diff",
      "params": {}
    },
    {
      "name": "terminal",
      "params": {}
    },
    {
      "name": "problems",
      "params": {}
    },
    {
      "name": "folder",
      "params": {}
    },
    {
      "name": "codebase",
      "params": {}
    }
  ],
  "slashCommands": [
    {
      "name": "edit",
      "description": "Edit selected code"
    },
    {
      "name": "comment",
      "description": "Write comments for the selected code"
    },
    {
      "name": "share",
      "description": "Export the current chat session to markdown"
    },
    {
      "name": "cmd",
      "description": "Generate a shell command"
    },
    {
      "name": "commit",
      "description": "Generate a git commit message"
    }
  ],
  "embeddingsProvider": {
    "provider": "free-trial"
  },
  "reranker": {
    "name": "free-trial"
  }
}

Description

Just tried continue today, followed the menus, created 2 free trial accounts, and yet still was unable to get answers from AI bc it just kept giving me these errors: Screen Shot 2024-07-30 at 1 27 15 PM

thoughts?

To reproduce

  1. install continue on vscode
  2. setup free trials
  3. place keys into config menu
  4. try using any ai but failed with errors

Log output

attached screenshot

c-u-l8er avatar Jul 30 '24 18:07 c-u-l8er