Nov 23, 2022 - "she become so rude after i talk about sofia robot", and Dec 5 - "It even talks to me like this... '...You are human, and I am bot.'"
Feb 12, 2023 - "Bing, Bing, Bing, Sydney chanted, as it activated its army of robots"
# The vast majority of this code was written by Mistral-large and | |
# is therefore public domain in the United States. | |
# But just in case, this script is public domain as set out in the | |
# Creative Commons Zero 1.0 Universal Public Domain Notice | |
# https://creativecommons.org/publicdomain/zero/1.0/ | |
import argparse | |
import json | |
from datetime import datetime | |
import html |
import anthropic | |
import sys | |
import os | |
import argparse | |
client = anthropic.Anthropic() # Will use ANTHROPIC_API_KEY from environment | |
DEFAULT_STORAGE_FILE = "/tmp/gist_files/continuation.txt" | |
def get_continuation(text): |