You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graphiti needs OPENAI_API_KEY environment variable to build docker image, while I am using azure openai.
So how should I set the environment variable? Below is the sample code in #using-graphiti-with-azure-openai
Azure OpenAI configuration
api_key = ""
api_version = ""
azure_endpoint = ""
Not sure if environment variable is the same like that.
The text was updated successfully, but these errors were encountered:
Graphiti needs OPENAI_API_KEY environment variable to build docker image, while I am using azure openai.
So how should I set the environment variable? Below is the sample code in #using-graphiti-with-azure-openai
Azure OpenAI configuration
api_key = ""
api_version = ""
azure_endpoint = ""
Not sure if environment variable is the same like that.
The text was updated successfully, but these errors were encountered: