
Package index
-
ql_disable_db() - Disable caching for the current session
-
ql_enable_db() - Enable storing data in a database for the current session
-
ql_generate() - Generate a response and return the result in a data frame
-
ql_get_db_options() - Retrieve
-
ql_get_models() - Get available models
-
ql_get_options() - Get options
-
ql_hash() - Hash all inputs relevant to the call to the LLM and create a hash to be used for caching.
-
ql_prompt() - Generate a data frame with all relevant inputs for the LLM.
-
ql_read_images() - Read image in order to pass it to multimodal models
-
ql_request() - Create
httr2request for both generate and chat endpoints
-
ql_set_db_options() - Set options for the local database and enables caching
-
ql_set_options() - Set basic options for the current session.