Skip to content

topepo/quartohelp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quartohelp

A focused chat app for quick, authoritative answers from Quarto documentation.

quartohelp launches an interactive chat interface that finds and summarizes relevant excerpts from Quarto documentation using both semantic and keyword-based search methods (via ragnar). Chat responses include links to official sources and are designed to help users quickly accomplish specific Quarto tasks.

Screenshot

Screenshot of quartohelp app

Usage

# Launch with a blank chat
quartohelp::ask()

# Start with a specific question
quartohelp::ask("How do I make a two column layout?")

Installation

remotes::install_github("t-kalinowski/quartohelp")

Requirements

  • An OpenAI API key must be set in Sys.getenv("OPENAI_API_KEY").
  • A typical question costs approximately 1 to 2 cents with the current flagship gpt-4.1 model.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%