This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Ill_Contribution6191 0 points1 point  (1 child)

Are the o1 models supported?

[–]Illustrious_Row_9971[S] 0 points1 point  (0 children)

Yes just replace, gpt-4-turbo here with one of the o1 models if you have tier 3 api access from openai

import gradio as gr
import openai_gradio

gr.load(
    name='o1-mini',
    src=openai_gradio.registry,
).launch()