Closed PassiveModding closed 3 months ago
when will this fix be implemented?
It may be awhile, the dev @karashiiro hasn't updated anything recently so I assume they're busy with life stuff.
I was getting things working for 7.0, then doing MSQ, then Universalis being down took a week of my attention, and now I'm on vacation until Tuesday - I'm planning to catch up on TTT issues once I'm back.
i See! Have a good vacation !
I built the plugin using the new changes proposed in the PR and was able to save my login key!
For some reason, it won't let me copy and paste the API key into the text box. Maybe OpenAI keys are too large for it? I've not been able to get it to functionally work because of that, but I can confirm that it looks to now save whatever I'm putting in!
I built the plugin using the new changes proposed in the PR and was able to save my login key!
For some reason, it won't let me copy and paste the API key into the text box. Maybe OpenAI keys are too large for it? I've not been able to get it to functionally work because of that, but I can confirm that it looks to now save whatever I'm putting in!
Definitely please find out a way to copy the API key.
I did some checking - it seems the API key has a character limit for cut and paste that is not large enough for the 132-character OpenAI key.
Merging, will fix the length limit myself.
https://github.com/karashiiro/TextToTalk/issues/210
Previously the openai api key would never be saved since it's value was being retrieved from the client.ApiKey property each draw
oops