Skip to content

Commit

Permalink
test9
Browse files Browse the repository at this point in the history
  • Loading branch information
godwins3 committed Jun 29, 2023
1 parent 11281fe commit 0953bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion med_ai.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import openai

openai.api_key = "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"
openai.api_key = "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"

def med_ai(message):
prompt = "User: " + message + "\nChatGPT:"
Expand Down

0 comments on commit 0953bf8

Please sign in to comment.