Update results.py
Browse files- results.py +0 -3
results.py
CHANGED
@@ -2,9 +2,6 @@ import os
|
|
2 |
import openai
|
3 |
import json, csv
|
4 |
|
5 |
-
# load_dotenv(find_dotenv())
|
6 |
-
# openai.api_key = os.environ.get("OPENAI_API")
|
7 |
-
|
8 |
def results_agent(query):
|
9 |
|
10 |
system_prompt = """
|
|
|
2 |
import openai
|
3 |
import json, csv
|
4 |
|
|
|
|
|
|
|
5 |
def results_agent(query):
|
6 |
|
7 |
system_prompt = """
|