Skip to content

Instantly share code, notes, and snippets.

View irem6142's full-sized avatar
🌙
Working

İrem Uslu irem6142

🌙
Working
View GitHub Profile
import os
from dotenv import load_dotenv
import openai
def main():
try:
# Get configuration settings
load_dotenv()
azure_oai_endpoint = os.getenv("AZURE_OAI_ENDPOINT")
azure_oai_key = os.getenv("AZURE_OAI_KEY")