Zuyang Kou

Results 2 issues of Zuyang Kou

We should call designated initializer of superclass while initialization, otherwise, it will cause problem when subclassing STableViewController.

I'm making an application which calls ChatGPT API in Go, and I need to estimate how many tokens I'm using. ChatGPT uses `cl100k_base` encoding, while `go-gpt-3-encoder` only supports (I think)...