Skip to content

Instantly share code, notes, and snippets.

@drhanlau
Last active February 25, 2025 12:18
Show Gist options
  • Save drhanlau/81bb1ccf4e21f6cfced6bf9394bdfdc8 to your computer and use it in GitHub Desktop.
Save drhanlau/81bb1ccf4e21f6cfced6bf9394bdfdc8 to your computer and use it in GitHub Desktop.
# This is to help us to install gradio
# an user interface builder
!pip install gradio
open_ai_key=''
import gradio as gr
gr.load_chat(base_url='https://api.openai.com/v1/', model='gpt-4o-mini',token=open_ai_key).launch(debug=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment