From 7af576e69ca4524345fc1891a833e3d4e9afda1c Mon Sep 17 00:00:00 2001 From: Abhishek Krishna Date: Sat, 25 Apr 2026 15:06:41 +0530 Subject: [PATCH] docs(README): point JSON mode link at jsonmode.py instead of repo root (closes #48) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The JSON mode section sentence ('standalone script jsonmode.py available here: …') links to the repo root, not the actual jsonmode.py file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42aa8a1..997c3ff 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ This information provides a snapshot of Tesla's financial position and performan ## Prompt Format for JSON Mode / Structured Outputs Our model was also trained on a specific system prompt for Structured Outputs, which should respond with only a json object response, in a specific json schema. -Your schema can be made from a pydantic object using our codebase, with the standalone script jsonmode.py available here: https://github.com/NousResearch/Hermes-Function-Calling/tree/main +Your schema can be made from a pydantic object using our codebase, with the standalone script jsonmode.py available here: https://github.com/NousResearch/Hermes-Function-Calling/blob/main/jsonmode.py ``` <|im_start|>system You are a helpful assistant that answers in JSON. Here's the json schema you must adhere to:\n\n{schema}\n<|im_end|>