Documentation might need updating to reflect the correct configuration requirements
Tried multiple configuration variants including:
Different providers (openai/ollama)
Different API base paths
Different model name formats
With/without legacy completions endpoint flag
Note
All steps have been verified and the issue persists across different configuration attempts. The API works when tested directly, suggesting this is specifically a continue.dev integration issue.
Bug Report
Installation Method
Installed via VSCode extension continue.dev (v0.8.55)
Environment
Confirmation:
Expected Behavior:
The continue.dev integration should work as described in the official documentation.
Actual Behavior:
Multiple errors when trying to use the integration:
/v1
endpointDescription
Bug Summary: The continue.dev integration as documented in OpenWebUI docs fails to work with any of the suggested configurations.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
VSCode Extension Logs:
Alternative configuration attempts also failed:
Additional Information
{"model":"granite-code:latest","created_at":"2024-10-29T21:26:02.293386453Z","response":"print","done":false} {"model":"granite-code:latest","created_at":"2024-10-29T21:26:02.293400088Z","response":"(\"","done":false} {"model":"granite-code:latest","created_at":"2024-10-29T21:26:02.298295184Z","response":"Hello","done":false} {"model":"granite-code:latest","created_at":"2024-10-29T21:26:02.311280454Z","response":",","done":false} {"model":"granite-code:latest","created_at":"2024-10-29T21:26:02.324085076Z","response":" World","done":false} {"model":"granite-code:latest","created_at":"2024-10-29T21:26:02.336842177Z","response":"!\")","done":false} {"model":"granite-code:latest","created_at":"2024-10-29T21:26:02.34973698Z","response":"\n","done":false} {"model":"granite-code:latest","created_at":"2024-10-29T21:26:02.362694032Z","response":"","done":true,"done_reason":"stop","context":[9927,44,203,2538,312,4281,12000,10896,328,4865,203,203,10963,44,203,1216,440,8279,30,10896,15981,203],"total_duration":2520269464,"load_duration":2403134579,"prompt_eval_count":15,"prompt_eval_duration":25726000,"eval_count":8,"eval_duration":90332000}
Note
All steps have been verified and the issue persists across different configuration attempts. The API works when tested directly, suggesting this is specifically a continue.dev integration issue.