ciyidogan commited on
Commit
d59f64d
·
verified ·
1 Parent(s): bdc5a3f

Update llm_openai.py

Browse files
Files changed (1) hide show
  1. llm_openai.py +1 -0
llm_openai.py CHANGED
@@ -1,6 +1,7 @@
1
  """
2
  OpenAI GPT Implementation
3
  """
 
4
  import openai
5
  from typing import Dict, List, Any
6
  from llm_interface import LLMInterface
 
1
  """
2
  OpenAI GPT Implementation
3
  """
4
+ import os
5
  import openai
6
  from typing import Dict, List, Any
7
  from llm_interface import LLMInterface