Skip to content

Commit 615f96a

Browse files
committed
update problematic URLs for CRAN
1 parent cdba307 commit 615f96a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/setupAgent.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ setupopenaiAgent<-function(model,type=c("chat","completion"),
5454
#' \item llama-2-70b-chat ( as '02e509c789964a7ea8736978a43525956ef40397be9033abf9fd2badfe68c9e3')
5555
#' \item llama-2-13b-chat ( as 'f4e2de70d66816a838a89eeeb621910adffb0dd0baba3976c96980970978018d')}
5656
#' For a full list of openAI models
57-
#' \href{https://platform.openai.com/docs/models/overview}{click here}. For a full list of Replicate models,
58-
#' \href{https://replicate.com/collections/language-models}{click here}.
57+
#' \href{https://platform.openai.com/docs/models/overview/}{click here}. For a full list of Replicate models,
58+
#' \href{https://replicate.com/collections/language-models/}{click here}.
5959
#' @param url the url for the API in case the API "generic" is selected. (Default: NULL)
6060
#' @param ai_api_key personal API key for accessing LLM
6161
#' @return A list holding agent information.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ performance and accuracy. mergen features a user-friendly chat
1212
interface, enabling users to interact with the AI agent and extract
1313
valuable insights from their data effortlessly.
1414

15-
The package website with full documentation is [here](http://bioinformatics.mdc-berlin.de/mergen).
15+
The package website with full documentation is [here](http://bioinformatics.mdc-berlin.de/mergen/).
1616

1717
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/).
1818

@@ -37,7 +37,7 @@ pak::pak("BIMSBbioinfo/mergen")
3737
### Prerequisites
3838

3939
- 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.
40-
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.
40+
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.
4141
- [Create an OpenAI API
4242
key](https://platform.openai.com/account/api-keys) to use with the
4343
package

0 commit comments

Comments
 (0)