From f1fcd1adcff3b2496e237e32b80efe36e90f29cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Mon, 15 May 2023 14:44:54 +0200 Subject: [PATCH] fix --- .../0_gpt_3_5_turbo/v1/test_microservice.py | 2 +- .../0_gpt_3_5_turbo/v2/test_microservice.py | 2 +- .../0_gpt_3_5_turbo/v3/test_microservice.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/rainbow_tweet/microservice/PositiveTweetModifierExecutor3163055/0_gpt_3_5_turbo/v1/test_microservice.py b/examples/rainbow_tweet/microservice/PositiveTweetModifierExecutor3163055/0_gpt_3_5_turbo/v1/test_microservice.py index 95c276f..f350248 100644 --- a/examples/rainbow_tweet/microservice/PositiveTweetModifierExecutor3163055/0_gpt_3_5_turbo/v1/test_microservice.py +++ b/examples/rainbow_tweet/microservice/PositiveTweetModifierExecutor3163055/0_gpt_3_5_turbo/v1/test_microservice.py @@ -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." }) diff --git a/examples/rainbow_tweet/microservice/PositiveTweetModifierExecutor3163055/0_gpt_3_5_turbo/v2/test_microservice.py b/examples/rainbow_tweet/microservice/PositiveTweetModifierExecutor3163055/0_gpt_3_5_turbo/v2/test_microservice.py index 95c276f..f350248 100644 --- a/examples/rainbow_tweet/microservice/PositiveTweetModifierExecutor3163055/0_gpt_3_5_turbo/v2/test_microservice.py +++ b/examples/rainbow_tweet/microservice/PositiveTweetModifierExecutor3163055/0_gpt_3_5_turbo/v2/test_microservice.py @@ -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." }) diff --git a/examples/rainbow_tweet/microservice/PositiveTweetModifierExecutor3163055/0_gpt_3_5_turbo/v3/test_microservice.py b/examples/rainbow_tweet/microservice/PositiveTweetModifierExecutor3163055/0_gpt_3_5_turbo/v3/test_microservice.py index 95c276f..f350248 100644 --- a/examples/rainbow_tweet/microservice/PositiveTweetModifierExecutor3163055/0_gpt_3_5_turbo/v3/test_microservice.py +++ b/examples/rainbow_tweet/microservice/PositiveTweetModifierExecutor3163055/0_gpt_3_5_turbo/v3/test_microservice.py @@ -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." })