diff --git a/R/src/man/available.models.Rd b/R/src/man/available.models.Rd index 244a8e1..b853f56 100644 --- a/R/src/man/available.models.Rd +++ b/R/src/man/available.models.Rd @@ -12,7 +12,7 @@ service providers and their corresponding models. If the function encounters an it will halt execution and provide an error message. } \description{ -This function sends a request to \href{https://genai.gd.edu.kg/model.json}{database} +This function sends a request to GenAI database API to retrieve information about available Generative AI models. } \details{ diff --git a/R/src/man/chat.edit.Rd b/R/src/man/chat.edit.Rd index cabaeae..874ef0d 100644 --- a/R/src/man/chat.edit.Rd +++ b/R/src/man/chat.edit.Rd @@ -32,9 +32,9 @@ prompt, and updates the chat history list. Providing accurate and valid information for each parameter is crucial for successful text generation by the Generative AI model. This function modifies the chat history. If any parameter is incorrect, the function responds with an error message based on the API feedback. -To view all supported Generative AI models, use the function \code{available.models()}. -Additionally, utilize \code{chat.setup()} to set up a chat history. To retrieve the most recent -response generated by the model, use the function \code{chat.recent()}. +To view all supported Generative AI models, use the function \code{available.models}. +Additionally, utilize \code{chat.setup} to set up a chat history. To retrieve the most recent +response generated by the model, use the function \code{chat.recent}. } \examples{ \dontrun{ diff --git a/R/src/man/chat.setup.Rd b/R/src/man/chat.setup.Rd index b4bdf77..3e4d163 100644 --- a/R/src/man/chat.setup.Rd +++ b/R/src/man/chat.setup.Rd @@ -42,6 +42,7 @@ Use the function \code{available.models} to see all supported Generative AI mode models$openai$version[1], "API_KEY", FALSE) + # Setup an empty chat history google.history = chat.setup(google.model) print(google.history)