From 190717d4d0471c0433ca7865d1d4c8dde3e9f2e2 Mon Sep 17 00:00:00 2001 From: automaticcat Date: Wed, 29 Nov 2023 16:34:59 +0700 Subject: [PATCH] fix link issue models.md --- docs/docs/specs/models.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/specs/models.md b/docs/docs/specs/models.md index b7fc8ffe9..0f63ea46e 100644 --- a/docs/docs/specs/models.md +++ b/docs/docs/specs/models.md @@ -85,9 +85,9 @@ Here's a standard example `model.json` for a GGUF model. ] ``` -The model settings in the example can be found at: (Nitro's model settings)[https://nitro.jan.ai/features/load-unload#table-of-parameters] +The model settings in the example can be found at: [Nitro's model settings](https://nitro.jan.ai/features/load-unload#table-of-parameters) -The model paramemters in the example can be found at: (Nitro's model parameters)[https://nitro.jan.ai/api-reference#tag/Chat-Completion] +The model paramemters in the example can be found at: [Nitro's model parameters](https://nitro.jan.ai/api-reference#tag/Chat-Completion) ## API Reference