Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ repos:
- id: mixed-line-ending
- id: requirements-txt-fixer
- id: trailing-whitespace
exclude: lib/llm/tests/data/deepseek-v3.2/.*\.txt$

# NOTE: removing from pre commit
# will move to gitlab ci to run in proper
Expand Down
1 change: 1 addition & 0 deletions lib/llm/src/preprocessor/prompt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use minijinja::value::Value;
use std::collections::HashMap;
use std::sync::Arc;

pub mod deepseek_v32;
mod template;

pub use template::ContextMixins;
Expand Down
Loading
Loading