sHORTgpt / runShortGPTColab.py
ar08's picture
Update runShortGPTColab.py
bbc4db8 verified
raw
history blame
138 Bytes
from gui.gui_gradio import ShortGptUI
import openai
openai.base_url="https://api.pawan.krd/cosmosrp/v1"
app = ShortGptUI()
app.launch()