Skip to content

topepo/tmhelp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmhelp

A focused chat app for quick, authoritative answers from tidymodels documentation. Based on t-kalinowski/quartohelp.

tmhelp launches an interactive chat interface that finds and summarizes relevant excerpts from tidymodels 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 tidymodels tasks.

Screenshot

Usage

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

# Start with a specific question
tmhelp::ask("How do I tune a regularized logistic regression model?")

Installation

remotes::install_github("topepo/tmhelp")

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

shiny AI app to get help for writing tidymodels code

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages