mirror of
https://github.com/katanemo/plano.git
synced 2026-05-21 13:55:15 +02:00
Update orchestrator_model_v1.rs
Update the default value of max token length for the orchestration model
This commit is contained in:
parent
6f4f6062fb
commit
aff9164c57
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ use tracing::{debug, warn};
|
|||
|
||||
use super::orchestrator_model::{OrchestratorModel, OrchestratorModelError};
|
||||
|
||||
pub const MAX_TOKEN_LEN: usize = 2048; // Default max token length for the orchestration model
|
||||
pub const MAX_TOKEN_LEN: usize = 8192; // Default max token length for the orchestration model
|
||||
|
||||
/// Custom JSON formatter that produces spaced JSON (space after colons and commas), same as JSON in python
|
||||
struct SpacedJsonFormatter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue