From 52266366b40ca1389ea203f18048a6eaabc216b1 Mon Sep 17 00:00:00 2001
From: ooooo <3164076421@qq.com>
Date: Mon, 15 Apr 2024 19:48:39 +0800
Subject: [PATCH] make <> visiable
---
docs/ollama.md | 2 +-
docs/xinference.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/ollama.md b/docs/ollama.md
index b805e11dca..708e246d5d 100644
--- a/docs/ollama.md
+++ b/docs/ollama.md
@@ -31,7 +31,7 @@ $ docker exec -it ollama ollama run mistral
-> Base URL: Enter the base URL where the Ollama service is accessible, like, http://:11434
+> Base URL: Enter the base URL where the Ollama service is accessible, like, `http://:11434`.
- Use Ollama Models.
diff --git a/docs/xinference.md b/docs/xinference.md
index f2b23f7f14..e589300db0 100644
--- a/docs/xinference.md
+++ b/docs/xinference.md
@@ -31,7 +31,7 @@ $ xinference launch -u mistral --model-name mistral-v0.1 --size-in-billions 7 --
-> Base URL: Enter the base URL where the Xinference service is accessible, like, http://:9997/v1
+> Base URL: Enter the base URL where the Xinference service is accessible, like, `http://:9997/v1`.
- Use Xinference Models.