Skip to content

Commit

Permalink
docs: make them prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
default-anton committed Jan 2, 2025
1 parent ee033c5 commit e26900c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,26 @@ end
"created": 1734366691,
"model": "claude-3-sonnet-20240229",
"object": "chat.completion",
"system_fingerprint": nil,
"system_fingerprint": null,
"choices": [
{
"finish_reason": "stop",
"index": 0,
"message": {
"content": "Hello! As an AI language model, I don't have feelings, but I'm operating properly and ready to assist you with any questions or tasks you may have. How can I help you today?",
"role": "assistant",
"tool_calls": nil,
"function_call": nil
"tool_calls": null,
"function_call": null
}
}
],
"usage": {
"completion_tokens": 43,
"prompt_tokens": 13,
"total_tokens": 56,
"completion_tokens_details": nil,
"completion_tokens_details": null,
"prompt_tokens_details": {
"audio_tokens": nil,
"audio_tokens": null,
"cached_tokens": 0
},
"cache_creation_input_tokens": 0,
Expand Down

0 comments on commit e26900c

Please sign in to comment.