120fe71ecd
chore: remove cgi-bin gpt scripts, malloc wrappers, and dead repl help/debug commands
2025-03-30 00:47:00 +00:00
605f396464
fix: correct typo in indexer.h header guard macro name and remove unused prompt_max_tokens
2025-03-28 22:22:57 +00:00
c740d9ce54
chore: switch default build target to run_free and update model configs
2025-03-28 22:00:17 +00:00
47aa1693ea
chore: add rd build target and deepinfra api config with custom malloc tracking
2025-03-28 20:38:50 +00:00
7befee245d
feat: add Ollama support with conditional compilation and new build targets
...
Introduce conditional compilation via OLLAMA preprocessor flag to switch between OpenAI and Ollama API endpoints, model names, and URLs. Add `build_free` and `run_free` Makefile targets for the Ollama variant. Enhance REPL with `!models` command to list available models, improve error handling in `openai_process_chat_message`, and fix history line addition logic.
2025-03-28 19:50:10 +00:00
fec259097a
chore: normalize indentation to 2 spaces and reorder includes in auth.h, browse.c, chat.h, db_utils.c, db_utils.h, http_curl.h
2025-03-28 05:56:36 +00:00
599a268e65
refactor: replace hardcoded prompt_temperature and db_file with PROMPT_TEMPERATURE and DB_FILE macros defined in r.h
2025-03-28 05:55:22 +00:00
3d4b57d8ae
fix: comment out max_tokens field and add missing includes across multiple headers
2025-03-28 01:41:15 +00:00
8dc66bbfaa
feat: add web_search function and dynamic model switching with !dump/!model/!debug commands
2025-03-28 00:55:04 +00:00
eccb17d766
chore: add sqlite3 link flag, verbose mode, and new browse/db_utils modules to build system
2025-03-22 02:15:49 +00:00