Commit History

Final robust chatbot with dynamic connection check and model selector
204d759

Nhughes09 commited on

Working local Ollama chatbot with flexible history format and conversation memory
5a2e9d4

Nhughes09 commited on

DeepSeek chatbot with Ollama + setup instructions for visitors
77ed406

Nhughes09 commited on

Fix HfFolder error: pin huggingface_hub==0.22.2
2c396c2

Nhughes09 commited on

Switch to llama-cpp-python with TinyLlama for HF Spaces cloud hosting
4f30320

Nhughes09 commited on

Ultra-robust chatbot v3.0 with conversation memory and extensive logging
bc2d859

Nhughes09 commited on

Ollama-only chatbot - working locally with llama3.2:3b
94ef460

Nhughes09 commited on

Add Ollama client with modular architecture for local AI
b438512

Nhughes09 commited on

Modular architecture: logging_config.py, cloudflare_client.py, app.py for Cloudflare AI
e54f4cc

Nhughes09 commited on

Switch to Cloudflare Workers AI backend
46f546d

Nhughes09 commited on

MAJOR: Self-healing AI with multi-model fallback, exponential debugging, diagnostic engine
976f31c

Nhughes09 commited on

Fix: Use correct OpenAI-compatible API URL with comprehensive logging
102288d

Nhughes09 commited on

Fix: Syntax error with string literals fixed
53d866d

Nhughes09 commited on

Use HF_TOKEN from environment secrets instead of hardcoded
6484aef

Nhughes09 commited on

Fix: Pin exact versions gradio==4.19.2 huggingface_hub==0.22.2 for HfFolder compatibility
cdfd669

Nhughes09 commited on

Major fix: Use requests API instead of InferenceClient to avoid version conflicts
819ddc6

Nhughes09 commited on

Fix: Upgrade gradio and huggingface_hub for base_url support
90bcbad

Nhughes09 commited on

Fix: Use new router.huggingface.co endpoint instead of deprecated api-inference
b7ce573

Nhughes09 commited on

Fix: DuplicateBlockError by moving component init
4bf2e88

Nhughes09 commited on

Fix: Import InferenceClient correctly
f621f3f

Nhughes09 commited on

Fix: Downgrade HF Hub for compatibility and add version logging
652eb72

Nhughes09 commited on

Fix dependency error: Upgrade Gradio to 5.0.0
ad274ce

Nhughes09 commited on

Initial commit of chatbot with extreme logging
b293ab8

Nhughes09 commited on