From ab7ec8760709bddbef0e5c320284c5c93c325aeb Mon Sep 17 00:00:00 2001 From: microwavetoasteroven <69960049+microwavetoasteroven@users.noreply.github.com> Date: Mon, 13 May 2024 11:27:17 +0100 Subject: [PATCH] fix/base.py typo fix/base.py typo --- semantic_router/llms/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic_router/llms/base.py b/semantic_router/llms/base.py index 963c754a..7cbc7987 100644 --- a/semantic_router/llms/base.py +++ b/semantic_router/llms/base.py @@ -91,7 +91,7 @@ Return only JSON, stating the argument names and their corresponding values. === EXAMPLE_OUTPUT End === ### EXAMPLE End ### -Note: I will tip $500 for and accurate JSON output. You will be penalized for an inaccurate JSON output. +Note: I will tip $500 for an accurate JSON output. You will be penalized for an inaccurate JSON output. Provide JSON output now: """ -- GitLab