# Generated by roxygen2: do not edit by hand

export("%>%")
export(addin_chatgpt)
export(addin_chatgpt_in_source)
export(addin_comment_code)
export(addin_spelling_grammar)
export(check_api)
export(check_api_connection)
export(check_api_key)
export(get_available_endpoints)
export(get_available_models)
export(get_ide_theme_info)
export(gpt_chat)
export(gpt_chat_in_source)
export(gpt_create)
export(gpt_edit)
export(openai_create_chat_completion)
export(openai_create_completion)
export(openai_create_edit)
export(run_chatgpt_app)
import(cli)
import(htmltools)
import(htmlwidgets)
import(rlang)
import(shiny)
importFrom(R6,R6Class)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.count)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(glue,glue)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(rlang,"%||%")
importFrom(stringr,str_remove)
importFrom(stringr,str_split_1)
