Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
|
| 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
|