From 6d5fa7a8fe2fc8b9fd23eb520c9db8b1d1dd39ac Mon Sep 17 00:00:00 2001 From: Quantstruct Bot Date: Mon, 17 Mar 2025 12:26:54 -0700 Subject: [PATCH] Add changelog for March 17, 2025 --- fern/changelog/2025-03-17.mdx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fern/changelog/2025-03-17.mdx diff --git a/fern/changelog/2025-03-17.mdx b/fern/changelog/2025-03-17.mdx new file mode 100644 index 000000000..76ba87daf --- /dev/null +++ b/fern/changelog/2025-03-17.mdx @@ -0,0 +1,3 @@ +# New `timeoutSeconds` Property in Custom LLM Model + +1. **New `timeoutSeconds` Property in [`Custom LLM Model`](https://api.vapi.ai/api#:~:text=CustomLLMModel):** Developers can now specify a custom timeout duration (between 20 and 600 seconds) for connections to their [custom language model provider](https://api.vapi.ai/api#:~:text=CustomLLMModel) using the new `timeoutSeconds` property. This enhancement allows for better control over response waiting times, accommodating longer operations or varying network conditions.