This commit is contained in:
Florian Hönicke
2023-05-15 14:44:54 +02:00
parent a86fe7702a
commit f1fcd1adcf
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import json
def test_positive_tweet_type():
# Define the input JSON string
input_json = json.dumps({
"OPENAI_API_KEY": "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",
"OPENAI_API_KEY": "",
"tweet": "I can't believe you did that. It's so typical of you."
})

View File

@@ -8,7 +8,7 @@ import json
def test_positive_tweet_type():
# Define the input JSON string
input_json = json.dumps({
"OPENAI_API_KEY": "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",
"OPENAI_API_KEY": "",
"tweet": "I can't believe you did that. It's so typical of you."
})

View File

@@ -8,7 +8,7 @@ import json
def test_positive_tweet_type():
# Define the input JSON string
input_json = json.dumps({
"OPENAI_API_KEY": "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",
"OPENAI_API_KEY": "",
"tweet": "I can't believe you did that. It's so typical of you."
})