From 20e965e05e5faebab7982c6bdd4511c9339f10b8 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 21 Sep 2023 18:36:06 -0700 Subject: [PATCH] clean up config docs --- docs/my-website/docs/completion/config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/my-website/docs/completion/config.md b/docs/my-website/docs/completion/config.md index 8fea63d1a..4bfd003fd 100644 --- a/docs/my-website/docs/completion/config.md +++ b/docs/my-website/docs/completion/config.md @@ -32,7 +32,6 @@ response = completion_with_config(model="gpt-3.5-turbo", messages=messages, conf ```python config = { - "function": "completion", "default_fallback_models": # [Optional] List of model names to try if a call fails "available_models": # [Optional] List of all possible models you could call "adapt_to_prompt_size": # [Optional] True/False - if you want to select model based on prompt size (will pick from available_models)