I hereby claim:
- I am frantisek901 on github.
- I am francesko (https://keybase.io/francesko) on keybase.
- I have a public key ASCBfbUhBPk5VQv6kk_Ia_rkpjD20TLFNSgqoM9mfezF2wo
To claim this, I am signing this object:
import re | |
from enum import Enum | |
from langchain.schema import BaseMessage, SystemMessage | |
from pydantic import BaseModel | |
class Examples(Enum): | |
PLAN_EXAMPLES = [""] |
{ | |
"world_name": "Apocalypse Club", | |
"locations": [ | |
{ | |
"name": "Crisis Forum", | |
"description": "A heated arena where influential leaders, experts, and influencers debate which looming global catastrophe demands immediate policy attention. The forum sets the stage for apocalyptic predictions and competing arguments on whose crisis is the ultimate." | |
} | |
], | |
"agents": [ | |
{ |
I hereby claim:
To claim this, I am signing this object:
using DifferentialEquations | |
using Plots | |
using Statistics | |
using LinearAlgebra | |
function lorenz!(du, u, p, t) | |
x, y, z = u | |
σ, ρ, β = p |