Commit History

Remove diagnostic startup print statements
4492f1d

atwine Devin commited on

Add startup print statements to diagnose Space hang
d2c3c03

atwine Devin commited on

Fix startup hang: force CPU-only torch to avoid 2GB CUDA packages on CPU Space
56cb087

atwine Devin commited on

Update recommendations.md with DeepInfra vs Novita comparison
de369d1

atwine Devin commited on

Add recommendations.md and ignore .code-workspace files
8e41bf7

atwine Devin commited on

Switch streaming call to provider-aware chat_completion
3a225d8

atwine Devin commited on

CHANGELOG: add commit hash for streaming change
bd34e3d

atwine Devin commited on

Enable streaming responses for Sanyu chatbot
cea783d

atwine Devin commited on

CHANGELOG: note HF token swap (Timothy Kintu) and credit incident
1564e73

atwine Devin commited on

Revert to Qwen2.5-72B-Instruct; GLM-5.2 depleted free credits
116f2bd

atwine Devin commited on

Test GLM-5.2 (753B MoE) on Novita; fallback is Qwen2.5-72B
b3f8faa

atwine Devin commited on

Revert to Qwen2.5-72B-Instruct; 8B failed prompt reasoning test
0e9045f

atwine Devin commited on

CHANGELOG: document model/prompt changes and pending 8B assessment
f80e433

atwine Devin commited on

Try meta-llama/Llama-3.1-8B-Instruct on Novita; fallback is Qwen2.5-72B
bee8a73

atwine Devin commited on

Fix model not supported: switch to Qwen2.5-72B-Instruct on Novita
9a39c3f

atwine Devin commited on

Switch to raw httpx call to expose full Novita 400 error body
6c2d7dc

atwine Devin commited on

Add debug logging to capture full 400 response body from Novita
17d9a57

atwine Devin commited on

Fix 400 Bad Request: replace non-ASCII chars unsupported by Novita API
e8ae36b

atwine Devin commited on

Upgrade META_PROMPT to v2 (counsellor-reviewed)
83c6cef

atwine Devin commited on

Add CHANGELOG.md covering full project history
ef18ba4

atwine Devin commited on

Add thumbs-up/down feedback system with comment form
7c14083

atwine Devin commited on

Add conversation logging to atwine/CAPS-Sanyu-conversations dataset
91ea307

atwine Devin commited on

Fix model not supported on Novita; fix Gradio 6 theme deprecation warning
b801d99

atwine Devin commited on

Switch LLM to Llama-3.1-70B-Instruct
bf814b4

atwine Devin commited on

Fix double system message bug; add RAG_INSTRUCTIONS; explicit empty-context fallback
01df85f

atwine Devin commited on

Fix TypeError: move theme from ChatInterface to wrapping gr.Blocks
dd4b46d

atwine Devin commited on

Fix TypeError: remove deprecated Chatbot params bubble_full_width and show_copy_button
011633d

atwine Devin commited on

Improve UI: warm theme, Sanyu persona, starter prompts, layout tweaks
029eab3

atwine Devin commited on

Fix 400 Bad Request: switch provider from hf-inference to novita
96f419b

atwine Devin commited on

Switch LLM from Gemini to Llama-3.2-3B-Instruct via HF Inference API
a937e6c

atwine Devin commited on

Add retry logic for Gemini 503 UNAVAILABLE errors
202fb68

atwine Devin commited on

Replace FAISS index with portable numpy embeddings in pkl
543fbbd

atwine Devin commited on

Fix retrieval: bypass FAISS search() using numpy dot product
c2a8c7b

atwine Devin commited on

Fix FAISS search() for both old and new API versions
612d3f2

atwine Devin commited on

Fix FAISS search() API compatibility for newer versions
41f59bc

atwine Devin commited on

Add RAG pipeline: build_index.py, retrieval.py, and FAISS knowledge base
0b92277

atwine Devin commited on

Update README with full project documentation
9f459d8

atwine Devin commited on

Longer Prompt with improved formatting
039b21c
verified

tmwanje commited on

Reverting to longer prompt
50dfc0d
verified

tmwanje commited on

short meta-prompt version 1
f960241
verified

tmwanje commited on

Trying a really long system prompt
5a61afe
verified

tmwanje commited on

Fix content extraction from Gradio message format
3657bc9
verified

tmwanje commited on

Handle both dict and tuple history formats
6289fb3
verified

tmwanje commited on

Remove type argument, fix history as tuples
e1a0990
verified

tmwanje commited on

Fix history format for multi-turn conversation
8ec0d06
verified

tmwanje commited on

Change to gemini 2.5
6cac943
verified

tmwanje commited on

Update app.py
e234429
verified

tmwanje commited on

Trying a different gemini model
06b16df
verified

tmwanje commited on

Update app.py
9807933
verified

tmwanje commited on

Switch to smaller model
282a536
verified

tmwanje commited on