Spaces:
Sleeping
Sleeping
update prompt
Browse files
task_specific_data_population.py
CHANGED
@@ -7,7 +7,7 @@ import json_repair
|
|
7 |
class DataPopulation:
|
8 |
def __init__(self, api_key):
|
9 |
# Set the API key during initialization
|
10 |
-
self.client = OpenAI(api_key=
|
11 |
self.conversation = [
|
12 |
{
|
13 |
"role": "system",
|
|
|
7 |
class DataPopulation:
|
8 |
def __init__(self, api_key):
|
9 |
# Set the API key during initialization
|
10 |
+
self.client = OpenAI(api_key=api_key)
|
11 |
self.conversation = [
|
12 |
{
|
13 |
"role": "system",
|