Merge pull request #469 from Fu-Jie/patch-1
Some checks are pending
Deploy site to Pages / build (push) Waiting to run
Deploy site to Pages / deploy (push) Blocked by required conditions

Fix incorrect URL path in documentation
This commit is contained in:
Timothy Jaeryang Baek
2025-04-03 20:08:06 -07:00
committed by GitHub

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: