LLM & ChatActive
wiro / rag-chat-github
rag-chat-github
Instantly retrieve and analyze content from any GitHub repository. Select your LLM model, extract relevant information from codebases or documentation, and generate context-aware responses with ease!
ChatLLMRAG
Model ID
rag-chat-github
Provider
wiro
Updated
1770493604
wiro playground—wiro/rag-chat-github
Updated 1770493604

API quick start
Run rag-chat-github with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/rag-chat-github
{
"prompt": "Can you explain what this repository does?",
"user_id": "...",
"session_id": "...",
"selectedModel": "..."
}curl
curl -X POST "https://api.wiro.ai/v1/Run/wiro/rag-chat-github" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "Can you explain what this repository does?",
"user_id": "...",
"session_id": "...",
"selectedModel": "..."
}
JSONPricing: $0.130442/output
View full API docs