openai-cookbook
openai-cookbook copied to clipboard
[PROBLEM] Token count example doesn't work with messages with images or tools_calls
trafficstars
[optional format]
Identify the file to be fixed How_to_count_tokens_with_tiktoken
Describe the problem
in 6. Counting tokens for chat completions API calls
the function doesn't account for images or for assistant messages with tools calls
Describe a solution More specific logic should be included