diff --git a/PodcastSocialMediaCopilot.py b/PodcastSocialMediaCopilot.py index f8ace2d..3e117ec 100644 --- a/PodcastSocialMediaCopilot.py +++ b/PodcastSocialMediaCopilot.py @@ -290,7 +290,7 @@ def bing_grounding(input_dict:dict) -> dict: payload = { "messages": PROMPT_MESSAGES, "max_tokens": 1024, - "temperature": 0.5, + "temperature": 0.0, "n": 1, "stop": None }