From 01ff85efd2e0e8e1d6a2ceda4c4f3c5dfd33b504 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 1 Aug 2023 11:36:33 -0700 Subject: [PATCH] fix link --- docs/input.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/input.md b/docs/input.md index 98b423c13c..a9b8f3f2ce 100644 --- a/docs/input.md +++ b/docs/input.md @@ -4,13 +4,13 @@ The Input params are **exactly the same** as the In addition, liteLLM allows you to pass in the following **Optional** liteLLM args:
`forceTimeout`, `azure`, `logger_fn`, `verbose` + ## Input - Request Body **`model`** string Required
-ID of the model to use. See the model endpoint compatibility - table for details on which models work with the Chat API. +ID of the model to use. See the model endpoint compatibility table for details on which models work with the Chat API. ---