Frontend

Vue.js Vue3

2025-04-27. Category & Tags: Frontend, Vue.js, Vue3

cd backend; pip install -r requirements.txt cd .. npm install -g @vue/cli vue create frontend cd frontend && npm install axios vim src/App.vue # start API cd backend; python main.py # start UI cd frontend; npm run serve

Open-WebUI

2025-02-02. Category & Tags: AIGC, GPT, ChatGPT, LLM, Large Language Model, 大语言模型, 语言模型, Frontend, 前端

See also the main item: /LLM. docker run -d -p 3000:8080 -e OPENAI_API_BASE_URLS="https://api.siliconflow.cn/v1/" -e OPENAI_API_KEY=<my_api_key> -v open-webui:/path/to/docker-v-data --name open-webui --restart always ghcr.io/open-webui/open-webui:main ps: tried --env HTTPS_PROXY="http://192.168.50.107:1080" which does not help downloading speed from docker-hub. Official github Flux 画图