You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Section definitions should have a tests array of strings, which a local LLM evaluates against the section content. This supports purpose-based or test-driven writing and actions as a content feedback mechanism during evaluation.
Should use node-llama-cpp and a small, local, quantized LLM for evaluation. Likely a Phi, Gemma, or Llama model.
The text was updated successfully, but these errors were encountered:
Section definitions should have a
tests
array of strings, which a local LLM evaluates against the section content. This supports purpose-based or test-driven writing and actions as a content feedback mechanism during evaluation.Should use
node-llama-cpp
and a small, local, quantized LLM for evaluation. Likely a Phi, Gemma, or Llama model.The text was updated successfully, but these errors were encountered: