Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
mnseok committed Aug 1, 2024
1 parent a1c092b commit fe7e88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/AI/modules/problem_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def generate_language_diagnosis_question(user_info):

messages=[
{"role": "system", "content": "You are a friendly and helpful Child Language Development Disorder Therapist."},
{"role": "user", "content": prompt}
{"role": "user", "content": json_prompt}
]


Expand Down

0 comments on commit fe7e88c

Please sign in to comment.