- Ubuntu 20.04.3 LTS
- 60GB SSD Root Drive
Note: machine-specs shouldn't really matter, provided it has a GPU (T4, Volta or newer).
import asyncio | |
import json | |
import os | |
from datetime import datetime | |
from typing import List, Dict, Any | |
import anthropic | |
from rich.console import Console | |
from rich.progress import Progress, TextColumn, BarColumn | |
from rich.panel import Panel | |
from rich.prompt import Prompt, Confirm |