Skip to content

Instantly share code, notes, and snippets.

@vladstudio
Last active March 29, 2024 13:21
Show Gist options
  • Save vladstudio/92efe283453f5f22d4606947b9f82719 to your computer and use it in GitHub Desktop.
Save vladstudio/92efe283453f5f22d4606947b9f82719 to your computer and use it in GitHub Desktop.
Raycast LLM custom script
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title LLM
# @raycast.mode fullOutput
# Optional parameters:
# @raycast.icon 🤖
# @raycast.argument1 { "type": "text", "placeholder": "Prompt" }
# Documentation:
# @raycast.description LLM
# @raycast.author vladstudio
# @raycast.authorURL https://raycast.com/vladstudio
llm -m claude-3-opus "$1"
@vladstudio
Copy link
Author

image

@xaif
Copy link

xaif commented Mar 7, 2024

This is great thanks was looking for this one 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment