From c693ddb13c7f2af1f10cca874496618d2a08d9a2 Mon Sep 17 00:00:00 2001 From: vominh1919 Date: Thu, 16 Apr 2026 21:26:54 +0700 Subject: [PATCH] fix #48: correct jsonmode.py link to point to specific file The JSON mode section linked to the repo root instead of the actual jsonmode.py file. Updated to point directly to the file. Fixes NousResearch/Hermes-Function-Calling#48 --- 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|>