We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacc1e1 commit feaf755Copy full SHA for feaf755
generate_feature.py
@@ -41,7 +41,7 @@ def generate_feature(path):
41
42
43
if __name__ == '__main__':
44
- OPENAI_API_KEY = "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"
+ OPENAI_API_KEY = "Your API"
45
path = '/Users/chongzhang/PycharmProjects/ai_for_health_final/label and feature/output_target.txt'
46
question = generate_feature(path)
47
# with open("/Users/jmy/Desktop/ai_for_health_final/training/feature.txt", "w") as file:
0 commit comments