-
Notifications
You must be signed in to change notification settings - Fork 30
Rewrite instant clusters & public endpoint docs; add AI coding tools integration guide #517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
promptless
wants to merge
15
commits into
main
Choose a base branch
from
promptless/ai-coding-tools-integration-tutorial
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
| @@ -0,0 +1,220 @@ | |||
| --- | |||
Contributor
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Citation: Configuration details for OpenCode (opencode.json structure), Cursor (API key and base URL settings, Qwen3 incompatibility note), and Cline (settings.json config and UI instructions) sourced directly from Mo King's detailed setup guide.
View source
c1911bb to
6f5c3dc
Compare
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.
This PR rewrites the Instant Clusters and Public Endpoints overview pages to improve
structure, readability, and navigation. It also adds the AI coding tools integration tutorial.
Changes
Instant Clusters
File: instant-clusters.mdx
Change: Rewritten with new structure: Why use, When to use, Get started, How it works (with
mermaid diagram), Supported hardware, Pricing
────────────────────────────────────────
File: instant-clusters/configuration.mdx
Change: New - Technical reference page with environment variables, network interfaces, NCCL
configuration, and troubleshooting
────────────────────────────────────────
File: instant-clusters/pytorch.mdx
Change: Added "What you'll learn" and "Requirements" sections, environment variables table,
NCCL explanation, cross-references to new reference page
Public Endpoints
File: hub/public-endpoints.mdx
Change: Rewritten with new structure: Why use, When to use, Get started, How it works (with
mermaid diagram), Available model types, Pricing
────────────────────────────────────────
File: hub/public-endpoints-quickstart.mdx
Change: New - Focused 5-minute quickstart for generating an image via playground and API
────────────────────────────────────────
File: hub/public-endpoints-requests.mdx
Change: New - Detailed guide covering playground, API requests, SDKs, and best practices
(content moved from old overview)
────────────────────────────────────────
File: hub/ai-coding-tools.mdx
Change: New - Tutorial for configuring OpenCode, Cursor, and Cline with Runpod Public
Endpoints