From b2f49cfa367b6f011fef1867942262445c99069b Mon Sep 17 00:00:00 2001 From: Tom Aarsen <37621491+tomaarsen@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:43:11 +0200 Subject: [PATCH] typo: addion -> addition (#5234) --- .../04_chatbots/03_creating-a-discord-bot-from-a-gradio-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/04_chatbots/03_creating-a-discord-bot-from-a-gradio-app.md b/guides/04_chatbots/03_creating-a-discord-bot-from-a-gradio-app.md index 9d8dd1bccd..3a0569e194 100644 --- a/guides/04_chatbots/03_creating-a-discord-bot-from-a-gradio-app.md +++ b/guides/04_chatbots/03_creating-a-discord-bot-from-a-gradio-app.md @@ -111,7 +111,7 @@ grc.Client("ysharma/Explore_llamav2_with_TGI").deploy_discord(to_id="llama2-70b- ## 🦜 Additional LLMs 🦜 -In addion to Meta's 70 billion Llama 2 model, we have prepared template spaces for the following LLMs and deployment options: +In addition to Meta's 70 billion Llama 2 model, we have prepared template spaces for the following LLMs and deployment options: - [gpt-3.5-turbo](https://huggingface.co/spaces/gradio-discord-bots/gpt-35-turbo), powered by openai. Required OpenAI key. - [falcon-7b-instruct](https://huggingface.co/spaces/gradio-discord-bots/falcon-7b-instruct) powered by Hugging Face Inference Endpoints.