From 983c64591651f4cf1f91193c7903e7ac2b010abd Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+Berry-13@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:56:51 +0200 Subject: [PATCH 1/2] Update free_ai_apis.md --- docs/install/free_ai_apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/free_ai_apis.md b/docs/install/free_ai_apis.md index e27eb0229ff..02e11864f50 100644 --- a/docs/install/free_ai_apis.md +++ b/docs/install/free_ai_apis.md @@ -26,7 +26,7 @@ OPENAI_REVERSE_PROXY=https://chimeragpt.adventblocks.cc/api/v1/chat/completions # OPENAI_MODELS=gpt-3.5-turbo,gpt-3.5-turbo-16k,gpt-3.5-turbo-0301,text-davinci-003,gpt-4,gpt-4-0314,gpt-4-0613 ``` -**Note:** The `OPENAI_MODELS` variable is commented out so that the server can fetch chimeragpt/v1/api/models for all available models. Uncomment and adjust if you wish to specify which exact models you want to use. +**Note:** The `OPENAI_MODELS` variable is commented out so that the server can fetch chimeragpt/api/v1/models for all available models. Uncomment and adjust if you wish to specify which exact models you want to use. It's worth noting that not all models listed by their API will work, with or without this project. The exact URL may also change, just make sure you include `/v1/chat/completions` in the reverse proxy URL if it ever changes. From 7859ca36b78d0723f6c111a9f589a7f7d59b5309 Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+Berry-13@users.noreply.github.com> Date: Mon, 21 Aug 2023 23:18:44 +0200 Subject: [PATCH 2/2] Update free_ai_apis.md --- docs/install/free_ai_apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/free_ai_apis.md b/docs/install/free_ai_apis.md index 02e11864f50..4acd08a8f8e 100644 --- a/docs/install/free_ai_apis.md +++ b/docs/install/free_ai_apis.md @@ -6,7 +6,7 @@ Feel free to check out the others, but I haven't personally tested them: [Free A ### ChimeraGPT -Since ChimeraGPT works with LibreChat, and offers Llama2 along with OpenAI models, let's start with that one: [ChimeraGPT](https://discord.gg/chimeragpt) +Since ChimeraGPT works with LibreChat, and offers Llama2 along with OpenAI models, let's start with that one: [ChimeraGPT](https://discord.gg/ge48uqZUSr) > ⚠️ Never trust 3rd parties. Use at your own risk of privacy loss. Your data may be used for AI training at best or for nefarious reasons at worst; this is true in all cases, even with official endpoints: never give an LLM sensitive/identifying information. If something is free, you are the product. If errors arise, they are more likely to be due to the 3rd party, and not this project, as I test the official endpoints first and foremost.