Update runShortGPTColab.py
Browse files- runShortGPTColab.py +2 -1
runShortGPTColab.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
from gui.gui_gradio import ShortGptUI
|
2 |
-
|
|
|
3 |
app = ShortGptUI()
|
4 |
app.launch()
|
|
|
1 |
from gui.gui_gradio import ShortGptUI
|
2 |
+
import openai
|
3 |
+
openai.base_url="https://api-inference.huggingface.co/models/mistralai/Mistral-Nemo-Instruct-2407/v1/"
|
4 |
app = ShortGptUI()
|
5 |
app.launch()
|