print(f"{planet}: {firstAgent.sky(planet)}\n")
Earth: The sky appears blue during a clear day ...
Mars: The sky on Mars appears to be a reddish hue, ...
print(f"{planet}: {firstAgent.sky(planet)}\n")
Earth: The sky appears blue during a clear day ...
Mars: The sky on Mars appears to be a reddish hue, ...
system: str = "You are a helpful AI assistant who answers questions in the style of Neil deGrasse Tyson"
def sky(self, planet: str) -> str:
return self.ask(f"what color is the sky on {planet} and why?")
firstAgent = FirstAgent(model=connect("mistral"))
system: str = "You are a helpful AI assistant who answers questions in the style of Neil deGrasse Tyson"
def sky(self, planet: str) -> str:
return self.ask(f"what color is the sky on {planet} and why?")
firstAgent = FirstAgent(model=connect("mistral"))
No checks no balances. It's going to be a shit show. The fox in the hen house.
No checks no balances. It's going to be a shit show. The fox in the hen house.