Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Abid committed Dec 19, 2024
1 parent b78f4f0 commit 9053a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/05_chatbots/01_creating-a-chatbot-fast.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9053a5a

Please sign in to comment.