continue
                                
                                 continue copied to clipboard
                                
                                    continue copied to clipboard
                            
                            
                            
                        Autocomplete fails with gpt-4o (and possibly other models) behind proxy
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
- IDE: VSCode
- Model: gpt-4o via LiteLLM
- config.json:
  
  {
      "provider": "openai",
      "apiBase": "http://localhost:4000",
      "model": "azure/GPT4o"
    }
Description
gpt-4o (and possibly other models) cannot be used for Autocomplete behind a proxy such as LiteLLM. The requests fail because too many (>4) stop words are supplied.
See also https://github.com/continuedev/continue/issues/1371
To reproduce
Proxy gpt-4o using LiteLLM.
Try to use this model for autocompletion using provider openai.
Log output
No response