docs: add Tuning Engines OpenAI-compatible example#12447
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA (Venkat Chandra) |
|
I have read the CLA Document and I hereby sign the CLA |
|
recheck |
98e761e to
6dee704
Compare
|
Quick CI note after the author/CLA fix reran checks: this PR changes only docs/customize/model-providers/top-level/openai.mdx. The failing CLI matrix jobs are in src/e2e/headless-anthropic-api-key.test.ts expecting an invalid ANTHROPIC_API_KEY path to exit 1, and the Windows package job appears to complete packaging/upload before being canceled during cache cleanup. I do not see a failure tied to this docs example, but happy to adjust the snippet if maintainers see something specific. |
6dee704 to
844bc04
Compare
|
I rebased this onto current main and reran the fork checks. All source/test/docs checks are green now. The only remaining red check is the Windows VSIX package job after it successfully builds and uploads both artifacts; the log fails during post-job cache cleanup with: I do not have permissions to rerun the failed job from the fork, so a maintainer rerun should be enough if the cache cleanup race is transient. |
Description
Adds Tuning Engines to the OpenAI API-compatible provider docs. The example uses Continue's existing
provider: openaiplusapiBaseconfiguration path, so this is documentation-only and does not add a new provider enum.AI Code Review
@continue-reviewChecklist
Screen recording or screenshot
N/A; docs-only change.
Tests
Not run; docs-only change to a model provider configuration page.
Summary by cubic
Adds Tuning Engines to the OpenAI‑compatible provider docs, with a YAML config example using
provider: openai, apiBase https://api.tuningengines.com/v1, and a workspace inference key.Written for commit 844bc04. Summary will update on new commits.