TextToTalk icon indicating copy to clipboard operation
TextToTalk copied to clipboard

Fix openai api key not being saved

Open PassiveModding opened this issue 1 year ago • 6 comments

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

PassiveModding avatar Jul 18 '24 10:07 PassiveModding

when will this fix be implemented?

Theletha avatar Jul 23 '24 12:07 Theletha

It may be awhile, the dev @karashiiro hasn't updated anything recently so I assume they're busy with life stuff.

johnysandels avatar Jul 23 '24 20:07 johnysandels

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.

karashiiro avatar Jul 23 '24 20:07 karashiiro

i See! Have a good vacation !

Theletha avatar Jul 23 '24 21:07 Theletha

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!

andrewgxp avatar Aug 14 '24 18:08 andrewgxp

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.

xianthe avatar Aug 15 '24 02:08 xianthe

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.

xianthe avatar Aug 19 '24 21:08 xianthe

Merging, will fix the length limit myself.

karashiiro avatar Aug 20 '24 01:08 karashiiro