Using OpenAI in Zendesk App
Publication le 08 avr. 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
0 commentaire
Vous connecter pour laisser un commentaire.