diff --git a/R/setupAgent.R b/R/setupAgent.R index 5a1f6e3..c33172d 100644 --- a/R/setupAgent.R +++ b/R/setupAgent.R @@ -54,8 +54,8 @@ setupopenaiAgent<-function(model,type=c("chat","completion"), #' \item llama-2-70b-chat ( as '02e509c789964a7ea8736978a43525956ef40397be9033abf9fd2badfe68c9e3') #' \item llama-2-13b-chat ( as 'f4e2de70d66816a838a89eeeb621910adffb0dd0baba3976c96980970978018d')} #' For a full list of openAI models -#' \href{https://platform.openai.com/docs/models/overview}{click here}. For a full list of Replicate models, -#' \href{https://replicate.com/collections/language-models}{click here}. +#' \href{https://platform.openai.com/docs/models/overview/}{click here}. For a full list of Replicate models, +#' \href{https://replicate.com/collections/language-models/}{click here}. #' @param url the url for the API in case the API "generic" is selected. (Default: NULL) #' @param ai_api_key personal API key for accessing LLM #' @return A list holding agent information. diff --git a/README.md b/README.md index 46aefac..2b7e7ce 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ performance and accuracy. mergen features a user-friendly chat interface, enabling users to interact with the AI agent and extract valuable insights from their data effortlessly. -The package website with full documentation is [here](http://bioinformatics.mdc-berlin.de/mergen). +The package website with full documentation is [here](http://bioinformatics.mdc-berlin.de/mergen/). If you want to use **mergen** in your Rstudio session via an embedded chatbot, try out our companion package [mergenstudio](https://github.com/BIMSBbioinfo/mergenstudio/). @@ -37,7 +37,7 @@ pak::pak("BIMSBbioinfo/mergen") ### Prerequisites - Make an AI platform account. Choices are openai.com, neets.ai (at the time of writing free with some limits), replicate.com , perplexity.ai etc. - In addition, you can locally run an LLM in server mode and you can interact with it via API. One example is [GPT4all](https://gpt4all.io/). Some of these solutions are not tested but should work with mergen. + In addition, you can locally run an LLM in server mode and you can interact with it via API. One example is [GPT4all](https://gpt4all.io/index.html). Some of these solutions are not tested but should work with mergen. - [Create an OpenAI API key](https://platform.openai.com/account/api-keys) to use with the package