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": "..."
}