Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yoaugust authored Aug 22, 2024
1 parent 4584ed7 commit 500a6b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
messages=[{"content": f"Symptoms and Condition Description: {query}", "role": "user"}]
)

# Match case to generate the proper diagnosis depending on the complexity

reply = ""

# Match case to generate the proper diagnosis depending on the complexity
match analysis_results:
case "low":
pcp_agent = pcp.AgentPCP(config_list, src_lang)
Expand Down

0 comments on commit 500a6b4

Please sign in to comment.