mochi-neko / ChatGPT-API-unity

A client library of ChatGPT chat completion API for Unity.
MIT License
117 stars 14 forks source link

Cannot find TiktokenSharp namespace #8

Closed soarcreator closed 10 months ago

soarcreator commented 10 months ago

"using TiktokenSharp;" says an error below

Screenshot 2023-10-21 at 1 10 24 AM

Mochineko.** namespace works totally fine. How can I use TiktokenSharp?

soarcreator commented 10 months ago

I fixed it by modifying asmdef file. I wasn't familiar with the asbdef file.