From da67af9b517088a7248328ed533c94e22515905e Mon Sep 17 00:00:00 2001 From: Jeff <33599649+Fu-Jie@users.noreply.github.com> Date: Fri, 4 Apr 2025 10:56:39 +0800 Subject: [PATCH] Update url-params.md --- docs/features/chat-features/url-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/chat-features/url-params.md b/docs/features/chat-features/url-params.md index 94445c3..e5c8021 100644 --- a/docs/features/chat-features/url-params.md +++ b/docs/features/chat-features/url-params.md @@ -82,7 +82,7 @@ Suppose a user wants to initiate a quick chat session without saving the history These URL parameters can be combined to create highly customized chat sessions. For example: ```bash -/chat?models=model1,model2&youtube=VIDEO_ID&web-search=true&tools=tool1,tool2&call=true&q=Hello%20there&temporary-chat=true +/?models=model1,model2&youtube=VIDEO_ID&web-search=true&tools=tool1,tool2&call=true&q=Hello%20there&temporary-chat=true ``` This URL will: