You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This count elements of messages array, but not words or even tokens, so it would be much better to implement tokenizer and refactor this code to use it for count exact tokens in context(messages) and compare with total_tokens from response to trim historyList.
The text was updated successfully, but these errors were encountered:
ChatGPTSwiftUI/Shared/ChatGPTAPI.swift
Line 57 in 5a6e62b
This count elements of messages array, but not words or even tokens, so it would be much better to implement tokenizer and refactor this code to use it for count exact tokens in context(messages) and compare with
total_tokens
from response to trimhistoryList
.The text was updated successfully, but these errors were encountered: