Skip to content

Instantly share code, notes, and snippets.

@Nick-Harvey
Created December 10, 2024 20:56
Show Gist options
  • Save Nick-Harvey/6340dd425e19d6a0ce5c07de8ad99bf5 to your computer and use it in GitHub Desktop.
Save Nick-Harvey/6340dd425e19d6a0ce5c07de8ad99bf5 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 '{
"model": "llama3.1-70b-instruct-fp8",
"prompt": "Create a concise relevant reply to the following message from a customer: I cant log into the app, Im getting a 500 error",
"temperature": 0
}' | jq .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment