StreamHandler           Stream handler for chat completions
addin_chatgpt           Run Chat GPT Run the Chat GPT Shiny App as a
                        background job and show it in the viewer pane
addin_chatgpt_in_source
                        ChatGPT in Source
addin_comment_code      Comment Code Addin
addin_spelling_grammar
                        Spelling and Grammar Addin
bs_dropdown             Boostrap 5 dropdown
chat_create_system_prompt
                        Create system prompt
chat_history_append     Append to chat history
chat_message_default    Default chat message
check_api               Check API setup
check_api_connection    Check connection to OpenAI's API works
check_api_key           Check API key
create_chat_app_theme   Chat App Theme
create_ide_matching_colors
                        Chat message colors in RStudio
create_tmp_job_script   Create a temporary job script
create_translator       Internationalization for the ChatGPT addin
get_available_endpoints
                        List supported endpoints
get_available_models    List supported models
get_ide_theme_info      Get IDE theme information.
gpt_chat                ChatGPT in RStudio
gpt_chat_in_source      ChatGPT in Source
gpt_create              Use GPT to improve text
gpt_edit                Use GPT to improve text
mod_app_server          App Server
mod_app_ui              App UI
mod_chat_server         Chat server
mod_chat_ui             Chat UI
mod_prompt_server       Prompt Server
mod_prompt_ui           Prompt of the chat
open_bg_shinyapp        Open browser to local Shiny app
openai_create_chat_completion
                        Generate text completions using OpenAI's API
                        for Chat
openai_create_completion
                        Generate text completions using OpenAI's API
openai_create_edit      Create and edit text using OpenAI's API
query_openai_api        A function that sends a request to the OpenAI
                        API and returns the response.
random_port             Generate a random safe port number
request_base            Base for a request to the OPENAI API
rgb_str_to_hex          RGB str to hex
run_app_as_bg_job       Run an R Shiny app in the background
run_chatgpt_app         Run the ChatGPT app
stream_chat_completion
                        Stream Chat Completion
streamingMessage        Streaming message
streamingMessage-shiny
                        Shiny bindings for streamingMessage
style_chat_history      Style Chat History
style_chat_message      Style chat message
text_area_input_wrapper
                        Custom textAreaInput
welcomeMessage          Welcome message
welcomeMessage-shiny    Shiny bindings for welcomeMessage
