Skip to content

Instantly share code, notes, and snippets.

@Nick-Harvey
Created December 10, 2024 20:54
Show Gist options
  • Save Nick-Harvey/cd8141681ed575045347b08533309396 to your computer and use it in GitHub Desktop.
Save Nick-Harvey/cd8141681ed575045347b08533309396 to your computer and use it in GitHub Desktop.
curl https://api.lambdalabs.com/v1/completions \
-H "Authorization: Bearer $LAMBDA_API_KEY" \
-H "Content-Type: application/json" \
-d "$(curl -sL https://tinyurl.com/3cpzh7c6 | jq -Rs --arg prompt "Summarize this text:" \
'{
model: "hermes3-405b",
prompt: ($prompt + "\n\n" + .),
temperature: 0
}')" | jq .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment