Improve LLM
This commit is contained in:
parent
02712f41e8
commit
80c093b7ba
16 changed files with 898 additions and 278 deletions
|
|
@ -6,7 +6,7 @@ mod llm;
|
|||
pub use grid_index::GridIndex;
|
||||
pub use hash::{generate_priorities, splitmix64_hash};
|
||||
pub use interned_column::InternedColumn;
|
||||
pub use llm::{extract_ollama_content, ollama_chat, strip_think_blocks};
|
||||
pub use llm::{extract_gemini_content, gemini_chat};
|
||||
|
||||
/// Normalize a UK postcode: uppercase, strip spaces, insert canonical space before inward code.
|
||||
/// e.g. "e142dg" → "E14 2DG", "E14 2DG" → "E14 2DG", "EC1A1BB" → "EC1A 1BB"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue