mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
feat: Update URL Param section to include automatic submit example (#269)
This commit is contained in:
@@ -104,6 +104,22 @@ You can combine this with other parameters:
|
||||
https://your-domain.com/c/new?endpoint=anthropic&model=claude-3-5-sonnet-20241022&prompt=Explain quantum computing
|
||||
```
|
||||
|
||||
### Automatic Prompt Submission
|
||||
|
||||
The `submit` parameter allows you to automatically submit the prompt without manual intervention:
|
||||
```bash
|
||||
https://your-domain.com/c/new?prompt=Explain quantum computing&submit=true
|
||||
```
|
||||
|
||||
This feature is particularly useful for:
|
||||
- Creating automated workflows (e.g., Raycast, Alfred, Automater)
|
||||
- Building external integrations
|
||||
|
||||
You can combine it with other parameters for complete automation:
|
||||
```bash
|
||||
https://your-domain.com/c/new?endpoint=openAI&model=gpt-4&prompt=Explain quantum computing&submit=true
|
||||
```
|
||||
|
||||
### Special Endpoints
|
||||
|
||||
#### Agents
|
||||
|
||||
Reference in New Issue
Block a user