Commit Graph

9 Commits

Author SHA1 Message Date
bfb1e2b901 chore: remove trailing whitespace from README.md line 42 and add debug logging for curl requests and JSON parsing failures 2025-04-03 11:18:56 +00:00
f73f9b3c50 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
2025-04-02 13:37:59 +00:00
3892e7ec87 docs: swap free and commercial download sections and add python3.14-dev note to README 2025-01-05 22:11:19 +00:00
a5ae0ebe7d docs: add download links and usage examples for commercial and free versions to README 2025-01-05 22:08:20 +00:00
0d8082531e chore: remove stale context file reference and add chatbot customization note to README 2025-01-04 16:01:08 +00:00
46825f0a2c chore: remove stale context placeholder and add rcontext file documentation to README 2025-01-04 16:00:11 +00:00
04e23943ef docs: add security note about revoked api key and community tone to readme 2025-01-04 15:21:07 +00:00
cbe7f1f6e5 docs: add project overview, feature list, configuration details, and screenshot to README 2025-01-04 07:13:54 +00:00
02ee32e718 chore: scaffold project with gitignore, makefile, cgi scripts, and core c headers
Add initial project structure including .gitignore for build artifacts,
Makefile with gcc build and run targets, README placeholder, cgi-bin
directory with gpt.py and gpt_template.html, and core C headers for
chat, http, line input, markdown rendering, and messages.
2025-01-04 05:00:03 +00:00