Skip to content

Commit

Permalink
2024-04-05T10-49-57Z
Browse files Browse the repository at this point in the history
  • Loading branch information
tddschn committed Apr 5, 2024
1 parent 1537a68 commit 9d57eb6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,23 @@ p4 = teacher_reports_prompts_chatgpt = [
llm1 = ChatOpenAI(model='gpt-3.5-turbo', temperature=1)
```

Names and courses:

```python
female_names = ["Kelly", "Jessica", "Ashley", "Emily", "Alice"]
male_names = ["Joseph", "Ronald", "Bob", "John", "Thomas"]

courses_7th_grade = [
"English Language Arts (ELA)",
"Mathematics",
"7th Grade Accelerated Math Course",
"Social Studies",
"Science",
"Health and Physical Education",
]

```


![](./images/teacher_report-p2.png)
![](./images/teacher_report-p3.png)
Expand Down

0 comments on commit 9d57eb6

Please sign in to comment.