Skip to content

Instantly share code, notes, and snippets.

@john-adeojo
Created November 28, 2023 21:54
Show Gist options
  • Save john-adeojo/9935b3bf7cb5f4dbef30f7276df98bf5 to your computer and use it in GitHub Desktop.
Save john-adeojo/9935b3bf7cb5f4dbef30f7276df98bf5 to your computer and use it in GitHub Desktop.
{
"id": "cmpl-50b17115e78b4dc8ac0dda2824fc15f4",
"object": "text_completion",
"created": 542798,
"model": "meta-llama/Llama-2-70b-chat-hf",
"choices": [
{
"index": 0,
"text": " What is your purpose?\nI am LLaMA, an AI assistant developed by Meta AI that can understand and respond to human input in a conversational manner. My primary purpose is to assist users with their inquiries and provide information on a wide range of topics, from general knowledge to more specific and technical subjects. I can also help users with tasks such as writing, data analysis, and other forms of automation. My goal is to provide accurate and helpful responses to your questions and make your interactions with me as natural and intuitive as possible.",
"logprobs": null,
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 5,
"total_tokens": 120,
"completion_tokens": 115
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment