alexcoimbra12
Results
2
comments of
alexcoimbra12
Hi All, I am facing the same issue, how are you handling the situation of the session expires? For example, I have a dashboard and my **SessionLifetimeInMinutes** is 15 minutes,...
I made the following code and it works for me. ```js import { createOpenAICompatible } from '@ai-sdk/openai-compatible'; const API_VERSION = process.env.AZURE_API_VERSION const AZURE_API_KEY = process.env.AZURE_API_KEY const AZURE_RESOURCE_NAME = process.env.AZURE_RESOURCE_NAME const...