This skill guides you through integrating AI and LLM capabilities into applications, from basic chat interfaces to complex RAG pipelines and function calling. It leverages GoodVibes precision tools and project analysis for production-ready AI implementations.
Choose the appropriate AI provider and SDK based on requirements.
| Best model quality | OpenAI GPT-4 or Anthropic Claude Opus | | Fastest responses | OpenAI GPT-4o or Anthropic Claude Haiku | | Cost-effective | Anthropic Claude Haiku or GPT-4o-mini | | Local/privacy | Ollama with Llama 3 or Mistral | | Function calling | OpenAI (best support) or Anthropic | | Long context | Anthropic Claude (200K tokens) |
작업에 AI, LLM 또는 기계 학습 기능이 포함된 경우 사전에 로드하세요. 사용자가 "AI 채팅 추가", "스트리밍 응답 구현", "RAG 파이프라인 구축", "임베딩 추가" 또는 "OpenAI 통합"이라고 말할 때 사용합니다. 채팅 인터페이스, Vercel AI SDK를 사용한 스트리밍, 검색 증강 생성, 벡터 검색, 임베딩 파이프라인, 도구/함수 호출, OpenAI, Anthropic 및 로컬 모델에 대한 공급자 추상화를 다룹니다. 출처: mgd34msu/goodvibes-plugin.