Skip to content

Instantly share code, notes, and snippets.

@john-adeojo
Last active July 13, 2023 21:39
Show Gist options
  • Save john-adeojo/cb2d7ae2d26288eee6176ecfb04da2d1 to your computer and use it in GitHub Desktop.
Save john-adeojo/cb2d7ae2d26288eee6176ecfb04da2d1 to your computer and use it in GitHub Desktop.
<OpenAIObject chat.completion id=chatcmpl-7byJmyUNMNeYIIQhrBQ295u4JqM4C at 0x1f654544680> JSON: {
"id": "chatcmpl-7byJmyUNMNeYIIQhrBQ295u4JqM4C",
"object": "chat.completion",
"created": 1689284354,
"model": "gpt-4-0613",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "{\n \"location\": \"Paris, FR\"\n}"
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 124,
"completion_tokens": 12,
"total_tokens": 136
}
}
}
],
"usage": {
"prompt_tokens": 132,
"completion_tokens": 19,
"total_tokens": 151
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment