continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
17.73k stars 1.38k forks source link

add deepinfra provider #725

Closed morandalex closed 9 months ago

morandalex commented 9 months ago

Validations

Problem

I cannot add deep infra provider. seems not working

  "models": [
    {
      "title": "deepinfra-mixtralai",
      "provider": "openai",
      "model": "mistralai/Mixtral-8x7B-Instruct-v0.1",
      "apiKey": "<apikey>",
      "apiBase": "https://api.deepinfra.com/v1/openai"
    },
]

ollama works, so I would say is a problem coming from continue.dev

Solution

No response

sestinj commented 9 months ago

As per docs here they only support this OpenAI API for a few models, mixtral not included. So you're right, we'll have to add a new provider. Will do this soon and let you know when the update is ready

sestinj commented 9 months ago

Added in this commit and will be available in ~20min in pre-release version 0.9.1

morandalex commented 9 months ago

awesome guys!