Skip to content

Instantly share code, notes, and snippets.

View iamwilhelm's full-sized avatar

Wil Chung iamwilhelm

  • Mountain View, CA
View GitHub Profile
@iamwilhelm
iamwilhelm / about.md
Created August 9, 2011 19:29 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer
@iamwilhelm
iamwilhelm / sydney.py
Created August 3, 2024 18:59 — forked from xlr8harder/sydney.py
Talk to Sydney with Llama 3.1 405B base model.
import gradio as gr
from openai import OpenAI
import jinja2
from transformers import AutoTokenizer
# get an api key from hyperbolic.
api_key = "..."
# Initialize the OpenAI client
client = OpenAI(