from gui.gui_gradio import ShortGptUI import openai openai.base_url="https://api.pawan.krd/cosmosrp/v1" app = ShortGptUI() app.launch()