Last active
July 13, 2023 21:39
-
-
Save john-adeojo/cb2d7ae2d26288eee6176ecfb04da2d1 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
<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