Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add todo
  • Loading branch information
intitni committed Oct 22, 2025
commit d782b068ac254c1f60c960a6207942a5e97b15a0
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Logger
import TokenEncoder

extension AutoManagedChatGPTMemory {
#warning("TODO: Need to fix the tokenizer or supports model specified tokenizers.")
struct OpenAIStrategy: AutoManagedChatGPTMemoryStrategy {
static let encoder: TokenEncoder = TiktokenCl100kBaseTokenEncoder()

Expand Down