Using OpenAI in Zendesk App



Publicado 08 de abr. de 2023

I'm trying to submit an App that is using the openai api.

It got rejected due to my inability to safely store the openai api key, or use Oauth in some way.

Has anyone an idea how I can achieve this?

This is where the api key gets used:

    const configuration = new Configuration({ apiKey: this._settings.OpenAiApiKey });
    const openai = new OpenAIApi(configuration);


0

2

2 comentários

If it helps, the following tutorial shows how you can use secure settings to pass an OpenAI API token:

Using AI to summarize conversations in a Support app

 

I hope that helps!

0


Hi Alexis, 

you may try to use Secure Settings  to pass OpenAI API token. 

0


Entrar para deixar um comentário.

Não encontrou o que estava procurando?

Nova publicação