chore: remove placeholder progress message and add tools command with claude backend

- Remove the initial commit placeholder progress message from Makefile
- Add `!tools` command to REPL that prints available tools descriptions
- Include tools.h header and integrate tools_descriptions() function
- Switch default RD backend from DeepInfra/Llama to Anthropic/Claude models
- Update advanced_model and fast_model to claude-3-5-haiku-20241022
- Change completions_api_url to Anthropic API endpoint
- Enable verbose mode by default (is_verbose = true)
- Update README to reflect new Claude/Ollama focus and remove old download links
This commit is contained in:
2025-04-02 13:37:59 +00:00
parent 5e34d03629
commit f73f9b3c50
5 changed files with 28 additions and 59 deletions
+2
View File
@@ -42,6 +42,8 @@ run_rd:
run_mingw:
./r.exe --verbose
docker: docker_make docker_run
docker_make: