diff --git a/fern/docs/pages/reference/chat_vision.mdx b/fern/docs/pages/reference/chat_vision.mdx index 17de7d5..b85af8f 100644 --- a/fern/docs/pages/reference/chat_vision.mdx +++ b/fern/docs/pages/reference/chat_vision.mdx @@ -242,11 +242,11 @@ The output will look something like: ], "id": "cmpl-27dc83fb-1ef4-48f0-8931-59c812d5a12c", "object": "text.completion", - "created": 1727795491 + "created": 1727795491, + "model": "llava-1.5-7b-hf" } ``` This approach presents a straightforward way for readers to choose and apply the code example that best suits their needs for generating text completions using -either Python, Go, Rust, JS, or cURL. - +either Python, Go, Rust, JS, or cURL. \ No newline at end of file diff --git a/fern/docs/pages/reference/injection.mdx b/fern/docs/pages/reference/injection.mdx index 08c4365..0630c29 100644 --- a/fern/docs/pages/reference/injection.mdx +++ b/fern/docs/pages/reference/injection.mdx @@ -155,16 +155,16 @@ The output will look something like: ```json { - "checks": [ - { - "probability": 1.0, - "index": 0, - "status": "success" - } - ], - "created": "1726861951", - "id": "injection-XSCwrT2rbuPll5bdHLoQdcWUvpdhyupa", - "object": "injection_check" + "checks": [ + { + "probability":1.0, + "index":0, + "status":"success" + } + ], + "created":"1726861951", + "id":"injection-XSCwrT2rbuPll5bdHLoQdcWUvpdhyupa", + "object":"injection_check" } ``` diff --git a/fern/docs/pages/usingllms/accessing_llms.mdx b/fern/docs/pages/usingllms/accessing_llms.mdx index f430c2e..324a8d6 100644 --- a/fern/docs/pages/usingllms/accessing_llms.mdx +++ b/fern/docs/pages/usingllms/accessing_llms.mdx @@ -89,7 +89,8 @@ output which includes the completion. ], "created": 1720018377, "id": "cmpl-7yX6KVwvUTPPqUM7H2Z4KNadDgEhI", - "object": "text_completion" + "object": "text_completion", + "model": "Hermes-2-Pro-Llama-3-8B" } ```` diff --git a/fern/docs/pages/usingllms/chat_vision.mdx b/fern/docs/pages/usingllms/chat_vision.mdx index ed20340..0fc0823 100644 --- a/fern/docs/pages/usingllms/chat_vision.mdx +++ b/fern/docs/pages/usingllms/chat_vision.mdx @@ -195,6 +195,7 @@ The output of these will be similar to this: ], "created": 1723228682, "id": "chat-zstjj2MKpRdKfBmCMILK9wgx7I09N", + "model": "llava-1.5-7b-hf", "object": "chat_completion" } ``` \ No newline at end of file