Update url-params.md

This commit is contained in:
Jeff 2025-04-04 10:56:39 +08:00 committed by GitHub
parent 6c57cde239
commit da67af9b51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: