Skip to content

Commit feaf755

Browse files
authored
Update generate_feature.py
1 parent dacc1e1 commit feaf755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_feature.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def generate_feature(path):
4141

4242

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

0 commit comments

Comments
 (0)