SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
563 stars 133 forks source link

colab shows "This instance is publicly exposed without an API key!" #87

Closed zwk2160 closed 1 year ago

zwk2160 commented 1 year ago

colab shows "This instance is publicly exposed without an API key!", so how to obtain api key using colab?

Cohee1207 commented 1 year ago

I just updated the colab notebook to add support for the "secure" param. When checked, it should give you an API key in the console output.

zwk2160 commented 1 year ago

Thank you very much sir