Skip to content

Commit

Permalink
Update compute_health_score.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MingyuJ666 authored Feb 8, 2024
1 parent 9accf49 commit dacc1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute_health_score.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def count_subfolders(folder_path):
def load_doc(folder_path, question):
count, dict = count_subfolders(folder_path)
list_k = []
openai.api_key = "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"
openai.api_key = "Your Api"
context = 'Here is some additional professional health knowledge that can help you better analyze the report'
for i in range(0, 1):
documents = SimpleDirectoryReader(dict[i]).load_data()
Expand Down

0 comments on commit dacc1e1

Please sign in to comment.