Duplicated from wiydarrr/sHORTgpt
336fbd7 a4c9aa8 f8220e4 336fbd7
1
2
3
4
5
6
from gui.gui_gradio import ShortGptUI import openai openai.base_url="https://api-inference.huggingface.co/models/mistralai/Mistral-Nemo-Instruct-2407/v1/" app = ShortGptUI() app.launch()