英文:
How to use firebase extension Chatbot with ChatGPT to connect firebase and secret manager?
问题
Chatbot with ChatGPT扩展,将我的Openai密钥输入到这个第三方扩展中是否安全?在安装此扩展时,我看到仍然需要手动输入Openai API密钥,而不是从我的秘密管理器获取apikey?因此,如果我在Chatbot with ChatGPT扩展中保存我的Openai API密钥,我可以在何处或为何安全地使用秘密管理器保存敏感密钥?
英文:
The extension Chatbot with ChatGPT, is it safe to input my Openai key into this third party extension? While installing this extension, I see I still need to manually input Openai API Key instead of getting the apikey from my secret manager? So if I save my openai API key here in the Chatbot with ChatGPT extension, why or where I can use secret manager to save the sensitive key safely?
答案1
得分: 1
在将密钥粘贴到字段后,当您点击“创建秘钥”时,您将被要求将其保存到Google。据我所知,带有ChatGPT扩展的Chatbot不会存储OpenAPI密钥。因此,您可以将其添加到Google秘密管理器而不必担心。
英文:
After you paste the key into the field, when you hit "Create secret" then you'll be asked to save it to Google. As far as I know, the Chatbot with ChatGPT extension doesn't store the OpenAPI key. So you can add it to the Google Secret Manager without any worries.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论