Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 507 Bytes

File metadata and controls

29 lines (19 loc) · 507 Bytes

askdocs

chat with any documentation using AI, add URLs, pick a model, and ask questions, then you will get an answer based on the documents you provided

built with vue 3, supports gemini and openai,

chat landing chat response

getting started

pnpm install

Add a .env file with at least one API key:

VITE_GEMINI_API_KEY=
VITE_OPENAI_API_KEY=

Then run:

pnpm dev

opens on localhost:3000.