eaglelandsonce commited on
Commit
21b79b9
·
verified ·
1 Parent(s): 8750972

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -14,7 +14,9 @@ from textwrap import dedent
14
  import google.generativeai as genai
15
 
16
  api_key = os.environ["OPENAI_API_KEY"]
17
- #from openai import OpenAI
 
 
18
 
19
  import numpy as np
20
  # Assuming chromadb and TruLens are correctly installed and configured
 
14
  import google.generativeai as genai
15
 
16
  api_key = os.environ["OPENAI_API_KEY"]
17
+ from openai import OpenAI
18
+
19
+ oai_client = OpenAI()
20
 
21
  import numpy as np
22
  # Assuming chromadb and TruLens are correctly installed and configured