-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full of dependency errors #4
Comments
Please remove following dependencies:
I'm sorry that I forgot to update dependencies of sample in README. "Relent" package is only needed when you use Relent version API of ChatGPT API client: "com.mochineko.chatpgt-api.relent" that can use retry, timeout, circuit breaker and bulkhead to connect API. |
I think it can't work because the chatgpt-api has the tests folder and the tests folder has tiktoken. I have to manually delete the tests folder |
Do you install this package by Unity Package Manager? Minimal introduction is there:
If you use sample code in this repository, please add UniTask dependency, For your information, memory package ( |
I was trying to set up this package. Tons of dependency errors. Its not clear how to install the dependencies. Relent (based on your 5.0) is not picked up, until i looked at your manifest and used the 2.0 Relent. And then tons of these.
No idea whats happening.
"dependencies": {
"com.boundfoxstudios.fluentassertions": "https://github.com/BoundfoxStudios/fluentassertions-unity.git#upm",
"com.bugsnag.unitynotifier": "https://github.com/bugsnag/bugsnag-unity-upm.git",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
"com.mochineko.chatgpt-api": "https://github.com/mochi-neko/ChatGPT-API-unity.git?path=/Assets/Mochineko/ChatGPT_API#0.5.0",
"com.mochineko.chatgpt-api.memory": "https://github.com/mochi-neko/ChatGPT-API-unity.git?path=/Assets/Mochineko/ChatGPT_API.Memory#0.4.0",
"com.mochineko.relent": "https://github.com/mochi-neko/Relent.git?path=/Assets/Mochineko/Relent#0.2.0",
"com.mochineko.tiktoken-sharp": "https://github.com/mochi-neko/ChatGPT-API-unity.git?path=/Assets/Mochineko/TiktokenSharp#0.4.0",
The text was updated successfully, but these errors were encountered: