Update documentation: remove redundant links and improve parameter references master
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 14 Dec 2025 19:28:22 +0000 (21:28 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 14 Dec 2025 19:28:22 +0000 (21:28 +0200)
doc/index.org

index ff2cdd4..30e46bf 100644 (file)
@@ -179,7 +179,6 @@ may take minutes to hours.
 :ID:       6579abb4-8386-418b-9457-cae6c3345dfb
 :END:
 - See also:
-  - [[id:1ba0c510-4c11-4f23-8746-eb9675c3e60c][Setting Up "Skills" (Your Custom Instructions)]]
   - [[id:47fd0e4e-f86e-4c94-9656-ed76c0f9c2c5][Skill File Format]]
   - [[id:4fae9009-eb2e-4d3f-a43e-68ec8c43a7cd][Example Skill File]]
 
@@ -371,8 +370,6 @@ results - the AI can only work with what you provide.
 
 *** Model Library
 
-+ See also: [[id:2ff850f6-6d7b-4603-879a-59a51d378ffe][Adding AI Models]]
-
 The /model library/ is the internal registry of all available AI
 models configured in the system. It's constructed during startup
 from:
@@ -584,6 +581,9 @@ general-purpose tasks while preventing extremely low-probability
 ("nonsense") outputs.
 
 *** Repeat Penalty
+:PROPERTIES:
+:ID:       728f6daf-7a75-4e09-832b-5d449f0b4cae
+:END:
 
 /Repeat penalty/ is a parameter (>0.0) that discourages the AI from
 repeating identical phrases or tokens. A value of 1.0 means no
@@ -607,6 +607,9 @@ allowing you to configure strict anti-repetition for technical writing
 while allowing more repetition in poetic outputs.
 
 *** Top-k
+:PROPERTIES:
+:ID:       2c8eb415-509c-4269-8a65-48b2e6662290
+:END:
 
 /Top-k/ is a generation parameter that restricts token selection to
 the K most probable tokens at each step, regardless of their actual
@@ -629,6 +632,9 @@ fine control for specialized tasks where you want to strictly limit
 the token selection pool.
 
 *** Min-p
+:PROPERTIES:
+:ID:       9ee338ae-bb79-4c3e-b262-928fe237cb17
+:END:
 
 /Min-p/ (minimum probability threshold) is an advanced generation
 parameter that filters tokens whose probability falls below a
@@ -918,15 +924,15 @@ Each model in the =models= list can have:
 - =alias=: Short model alias. Model with alias "default" would be used
   by default.
 
-- =temperature=: (Optional) (TODO: document)
+- =temperature=: (Optional) See: [[id:24a0a54b-828b-4c78-8208-504390848fbc][Temperature]]
 
-- =top_p=: (Optional) (TODO: document)
+- =top_p=: (Optional) See: [[id:047f5bf7-e964-49ac-a666-c7ac75754e54][Top-p (Nucleus Sampling)]]
 
-- =min_p=: (Optional) (TODO: document)
+- =min_p=: (Optional) See: [[id:9ee338ae-bb79-4c3e-b262-928fe237cb17][Min-p]]
 
-- =top_k=: (Optional) (TODO: document)
+- =top_k=: (Optional) See: [[id:2c8eb415-509c-4269-8a65-48b2e6662290][Top-k]]
 
-- =repeat_penalty=: (Optional) (TODO: document)
+- =repeat_penalty=: (Optional) See: [[id:728f6daf-7a75-4e09-832b-5d449f0b4cae][Repeat Penalty]]
 
 - =filesystem_path=: File name of the model as located within
   *models_directory*