Update runShortGPTColab.py
Browse files- runShortGPTColab.py +1 -1
runShortGPTColab.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from gui.gui_gradio import ShortGptUI
|
2 |
import openai
|
3 |
-
openai.base_url="https://api
|
4 |
app = ShortGptUI()
|
5 |
app.launch()
|
|
|
1 |
from gui.gui_gradio import ShortGptUI
|
2 |
import openai
|
3 |
+
openai.base_url="https://api.pawan.krd/cosmosrp/v1"
|
4 |
app = ShortGptUI()
|
5 |
app.launch()
|