jjz5463 commited on
Commit
5f90409
·
1 Parent(s): 718b316

update prompt

Browse files
Files changed (1) hide show
  1. task_specific_data_population.py +1 -1
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=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",