Commit History

feat(llama-lora): add display names and defaults; add peft; rebuild static\n\n- UI: add baseName/loraName fields and send to backend; show names in results\n- Defaults: base=openlm-research/open_llama_3b, adapter=HGKo/openllama3b-lora-adapter\n- Backend deps: add peft to requirements.txt\n- Frontend: build CRA and sync artifacts to top-level static/
56b6ee6

sunheycho commited on

frontend: set default baseModel to gguf:tinyllama-q4km; build with nvm Node 16 and sync to static/ (update static assets)
3d0fd74

sunheycho commited on

frontend: add LlamaLoraCompare import and tab wiring; build and sync static for LoRA compare UI
37e7cbd

sunheycho commited on

build(frontend): CRA build (Node 16) and sync to static; fix(SSE): add query-param auth fallback for EventSource; backend check_auth now accepts uid/uname; frontend EventSource passes uid/uname
d7ccb89

sunheycho commited on

Fix frontend rendering issues causing white screen
477a402

sunheycho commited on

Fix: Update React ProductComparison.js SSE handling
a839cac

sunheycho commited on

Update vision LLM agent with React Product Comparison integration
207f9e0

Sunhey Cho commited on

Frontend build: copy latest React build to static; UI: compare button, full previews, multi-file upload
192d01b

Sunhey Cho commited on

Frontend build copied to static, add 5 test images, update API integration; ignore static backup folders
08c2fcd

Sunhey Cho commited on

Translate Korean UI text to English in OpenAIChat.js
80286f8

David Ko commited on

Update OpenAIChat.js to display search results and update static build
a039d0d

David Ko commited on

feat(frontend): switch OpenAI chat to Vision RAG; wire image base64 to /api/vision-rag/query; add searchType/objectId/class_name and n_results; build and sync to static/
0692db7

David Ko commited on

fix(frontend): force preview <img> to contain within container; rebuild & sync CRA assets
96aa590

David Ko commited on

style(frontend): responsive preview container using viewport height so entire image fits; rebuild and sync
ea52b48

David Ko commited on

fix(frontend): constrain preview image to container and improve OpenAI chat error logging; rebuild and sync CRA assets
4971aea

David Ko commited on

chore: rebuild frontend and sync to static
e865931

David Ko commited on

Add frontend source code structure for direct development
9aee46b

Sunhey Cho commited on