docs: add app.nz OpenAI-compatible example to LLM connections#6376
Open
lee101 wants to merge 1 commit into
Open
docs: add app.nz OpenAI-compatible example to LLM connections#6376lee101 wants to merge 1 commit into
lee101 wants to merge 1 commit into
Conversation
Add app.nz (https://app.nz/v1) examples alongside the existing OpenAI-compatible providers, using the openai/app/auto auto-router model. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughTwo code examples for App.nz's OpenAI-compatible gateway are added to ChangesApp.nz Gateway Documentation
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds app.nz examples to the "Connecting to OpenAI-Compatible LLMs" section.
Why
app.nz is a hosted OpenAI-compatible gateway (
https://app.nz/v1) with anapp/autoauto-router. It works through CrewAI's existing LiteLLMbase_url+api_keypath, so it fits the existing OpenAI-compatible examples.Changes
docs/edge/en/learn/llm-connections.mdx: app.nz tab added to both the environment-variable andLLM(...)class-attribute CodeGroups, mirroring the existing Gemini example. Modelopenai/app/auto.Docs-only.
Summary by CodeRabbit
OPENAI_API_KEY,OPENAI_API_BASE, andOPENAI_MODEL_NAME, including auto-routing support.LLM(...)example showing how to connect through App.nz using a custom base URL and API key.