Zaious commited on
Commit
8e06df8
·
verified ·
1 Parent(s): 3a01e2a

Update persona_alpha_1_cl.py

Browse files
Files changed (1) hide show
  1. persona_alpha_1_cl.py +1 -1
persona_alpha_1_cl.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  client = Anthropic(
6
  api_key=os.environ["claudekey"],
7
  )
8
-
9
  def generate_detailed_persona(gender, age_range, life_stage, education_level, job_title, annual_income, CCS_statements, interests, other_interests):
10
  # Function body remains the same as previously defined, updating the prompt text accordingly
11
  total_prompt_tokens_used = 0
 
5
  client = Anthropic(
6
  api_key=os.environ["claudekey"],
7
  )
8
+
9
  def generate_detailed_persona(gender, age_range, life_stage, education_level, job_title, annual_income, CCS_statements, interests, other_interests):
10
  # Function body remains the same as previously defined, updating the prompt text accordingly
11
  total_prompt_tokens_used = 0