chore: update py files
Tests / test (push) Successful in 2m45s

This commit is contained in:
2025-12-13 07:38:45 +01:00
parent c172dae9c7
commit 1c95f81441
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -6,6 +6,14 @@
## Version 1.73.0 - 2025-12-13
The configuration file now uses updated Python code for improved reliability. This change ensures consistent configuration loading and parsing.
**Changes:** 1 files, 2 lines
**Languages:** Python (2 lines)
## Version 1.72.0 - 2025-12-13 ## Version 1.72.0 - 2025-12-13
The assistant now incorporates personal knowledge into its context, improving response relevance. We have also streamlined the knowledge retrieval process for enhanced performance. The assistant now incorporates personal knowledge into its context, improving response relevance. We have also streamlined the knowledge retrieval process for enhanced performance.
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "rp" name = "rp"
version = "1.72.0" version = "1.73.0"
description = "R python edition. The ultimate autonomous AI CLI." description = "R python edition. The ultimate autonomous AI CLI."
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
+1 -1
View File
@@ -4,7 +4,7 @@ DEFAULT_MODEL = "x-ai/grok-code-fast-1"
#DEFAULT_MODEL = "glm-4.6" #DEFAULT_MODEL = "glm-4.6"
#DEFAULT_API_URL = "https://api.z.ai/api/coding/paas/v4/chat/completions" #DEFAULT_API_URL = "https://api.z.ai/api/coding/paas/v4/chat/completions"
DEFAULT_API_URL = "https://static.molodetz.nl/rp.cgi/api/v1/chat/completions" DEFAULT_API_URL = "https://static.molodetz.nl/rp.cgi/api/v1/chat/completions"
DEFAULT_API_KEY = "aaf5fb68732c40de9472d980b23054c9.eAJs7s74sh7VDm9O" DEFAULT_API_KEY = "zzf5fb68732c40de9472d980b23054c9.eAJs7s74sh7VDm9Ozzz"
MODEL_LIST_URL = "https://static.molodetz.nl/rp.cgi/api/v1/models" MODEL_LIST_URL = "https://static.molodetz.nl/rp.cgi/api/v1/models"
config_directory = os.path.expanduser("~/.local/share/rp") config_directory = os.path.expanduser("~/.local/share/rp")
os.makedirs(config_directory, exist_ok=True) os.makedirs(config_directory, exist_ok=True)