Skip to content

Commit

Permalink
Merge pull request drudilorenzo#11 from crcresearch/chowington-search…
Browse files Browse the repository at this point in the history
…-and-rescue

Re-import AzureOpenAI
  • Loading branch information
chowington authored Oct 21, 2024
2 parents 3b400c7 + df97e4a commit 9c922ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import json
from pathlib import Path
import time
from openai import OpenAI
import traceback
from openai import AzureOpenAI, OpenAI
from utils import openai_api_key, use_openai, api_model
from openai_cost_logger import DEFAULT_LOG_PATH
from persona.prompt_template.openai_logger_singleton import OpenAICostLogger_Singleton
Expand Down

0 comments on commit 9c922ee

Please sign in to comment.