Skip to content

Commit

Permalink
Update generate_feature.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MingyuJ666 authored Feb 8, 2024
1 parent dacc1e1 commit feaf755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def generate_feature(path):


if __name__ == '__main__':
OPENAI_API_KEY = "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"
OPENAI_API_KEY = "Your API"
path = '/Users/chongzhang/PycharmProjects/ai_for_health_final/label and feature/output_target.txt'
question = generate_feature(path)
# with open("/Users/jmy/Desktop/ai_for_health_final/training/feature.txt", "w") as file:
Expand Down

0 comments on commit feaf755

Please sign in to comment.