Update services/openai_service.py
Browse files
services/openai_service.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
from openai import OpenAI
|
5 |
from openai import AzureOpenAI
|
6 |
from openai import OpenAIError, RateLimitError
|
7 |
-
from config import OPENAI_API_KEY, AZURE_OPENAI_KEY
|
8 |
|
9 |
# Initialize the OpenAI client with the API key from the environment variable
|
10 |
#api_key = os.getenv('OPENAI_API_KEY')
|
|
|
4 |
from openai import OpenAI
|
5 |
from openai import AzureOpenAI
|
6 |
from openai import OpenAIError, RateLimitError
|
7 |
+
# from config import OPENAI_API_KEY, AZURE_OPENAI_KEY
|
8 |
|
9 |
# Initialize the OpenAI client with the API key from the environment variable
|
10 |
#api_key = os.getenv('OPENAI_API_KEY')
|