Monorepo for Aesthetic.Computer aesthetic.computer
at main 6 lines 374 B view raw
1#!/bin/bash 2# Quick test of gh models 3echo "Testing gh models..." > /workspaces/aesthetic-computer/ants/test-gh.txt 4gh models run openai/gpt-4o-mini "Say hello in 3 words" >> /workspaces/aesthetic-computer/ants/test-gh.txt 2>&1 5echo "Exit code: $?" >> /workspaces/aesthetic-computer/ants/test-gh.txt 6echo "Done at $(date)" >> /workspaces/aesthetic-computer/ants/test-gh.txt