From 9053a5a78d2ce6a46d332b0b548ca8f7804d74a2 Mon Sep 17 00:00:00 2001 From: Ali Abid Date: Thu, 19 Dec 2024 00:16:54 -0800 Subject: [PATCH] changes --- guides/05_chatbots/01_creating-a-chatbot-fast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/05_chatbots/01_creating-a-chatbot-fast.md b/guides/05_chatbots/01_creating-a-chatbot-fast.md index 2c4fad0eb76ec..913246c83f3c8 100644 --- a/guides/05_chatbots/01_creating-a-chatbot-fast.md +++ b/guides/05_chatbots/01_creating-a-chatbot-fast.md @@ -16,7 +16,7 @@ $ pip install --upgrade gradio ## Quickly loading from Ollama or any "OpenAI API compatible" endpoint -If you have a chat endpoint serving any OpenAI API compatible endpoint, you can spin up a ChatInterface in a single line. First, also run `pip install openai`. Then, with your own URL, model, and optional token: +If you have a chat server serving an OpenAI API compatible endpoint (skip ahead if you don't), you can spin up a ChatInterface in a single line. First, also run `pip install openai`. Then, with your own URL, model, and optional token: ```python import gradio as gr