mirror of
https://github.com/katanemo/plano.git
synced 2026-04-29 10:56:35 +02:00
spotify demo with optimized context window code change (#397)
This commit is contained in:
parent
b3c95a6698
commit
8de6eacfbd
11 changed files with 265 additions and 8 deletions
|
|
@ -25,6 +25,7 @@ pub struct Configuration {
|
|||
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
|
||||
pub struct Overrides {
|
||||
pub prompt_target_intent_matching_threshold: Option<f64>,
|
||||
pub optimize_context_window: Option<bool>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue