Last active
February 25, 2025 12:18
-
-
Save drhanlau/81bb1ccf4e21f6cfced6bf9394bdfdc8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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