This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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( |