-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
area:editRelates to side panel Edit featureRelates to side panel Edit featurekind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:macHappening specifically on MacHappening specifically on Mac
Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: macOS
- Continue version: 1.0.11
- IDE version: 1.100.3
- Model: databricks-claude-3-7-sonnet
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: Claude 3.7
provider: openai
model: databricks-claude-3-7-sonnet
apiBase: https://redacted.azuredatabricks.net/serving-endpoints
apiKey: redacted
capabilities:
- tool_use
- image_input
requestOptions:
verifySsl: false
proxy: http://redacted:443
- name: GPT 4o
provider: openai
model: gpt4o
apiBase: https://redacted.azuredatabricks.net/serving-endpoints
apiKey: redacted
capabilities:
- tool_use
- image_input
requestOptions:
verifySsl: false
proxy: http://redacted:443
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
Description
Our models are hosted on azuredatabricks.net
OpenAI model works in Chat and Agent mode
- Edit mode does not work
"{\"external_model_provider\":\"openai\",\"external_model_or_query_router_error\":\"Unsupported data type\\n\"}"
Claude model works in Chat mode only.
- Agent mode does not work
400 status code (no body)
- Edit mode does not work
"{\"external_model_provider\":\"openai\",\"external_model_or_query_router_error\":\"Unsupported data type\\n\"}"
To reproduce
No response
Log output
Metadata
Metadata
Assignees
Labels
area:editRelates to side panel Edit featureRelates to side panel Edit featurekind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:macHappening specifically on MacHappening specifically on Mac
Type
Projects
Status
Todo