continue
                                
                                 continue copied to clipboard
                                
                                    continue copied to clipboard
                            
                            
                            
                        tabAutocompleteModel After setting it to openai, a message is displayed indicating 404 Not Found
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: MacOS 14.5
- Continue: v0.8.43
- IDE: Visual Studio Code v1.9.11
- Model: gpt-4o-mini
- config.json:
  
{
  "models": [
    {
      "title": "OpenAI",
      "provider": "openai",
      "model": "gpt-4o-mini",
      "apiKey": "xxx",
      "apiBase": "https://api.openai.com/v1"
    }
  ],
  "tabAutocompleteModel": {
    "title": "OpenAI",
    "provider": "openai",
    "model": "gpt-4o-mini",
    "apiKey": "xxx",
    "apiBase": "https://api.openai.com/v1/completions"
  },
  "useLegacyCompletionsEndpoint": false,
  "allowAnonymousTelemetry": false,
  "embeddingsProvider": {
    "provider": "transformers.js"
  }
}
Description
Chat can be used normally, but CMD + I and code autocomplete, will prompt 404 Error streaming diff: Error: HTTP 404 Not Found from https://api.openai.com/v1/completions You may need to add pre-paid credits before using the OpenAI API.
Actually, I have pre-paid credits.
To reproduce
No response
Log output
No response