Created
December 10, 2024 20:56
-
-
Save Nick-Harvey/6340dd425e19d6a0ce5c07de8ad99bf5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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