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"
| from langchain.llms import Anthropic | |
| from langchain.agents import load_tools, initialize_agent | |
| from langchain.tools import AIPluginTool | |
| PREFIX = """\n\nHuman: Answer the following questions as best you can. You have access to the following tools:""" | |
| SUFFIX = """Begin! | |
| Question: {input} | |
| \n\nAssistant: | |
| Thought:{agent_scratchpad}""" |
| bind-key C-b send-prefix | |
| bind-key C-o rotate-window | |
| bind-key C-z suspend-client | |
| bind-key Space next-layout | |
| bind-key ! break-pane | |
| bind-key " split-window | |
| bind-key # list-buffers | |
| bind-key $ command-prompt -I #S "rename-session '%%'" | |
| bind-key % split-window -h | |
| bind-key & confirm-before -p "kill-window #W? (y/n)" kill-window |