Skip to content

Instantly share code, notes, and snippets.

View miguelwon's full-sized avatar

Miguel Won miguelwon

View GitHub Profile
import os,json
from litellm import completion
os.environ["GEMINI_API_KEY"] = "gemini-key"
os.environ["ANTHROPIC_API_KEY"] = "anthropic-key"
SYSTEM_PROMPT = "You are an AI assistant"