mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
try something 2
This commit is contained in:
@@ -30,7 +30,7 @@ use tracing::error;
|
||||
|
||||
pub const SUMMARIZATION_PROMPT: &str = include_str!("../templates/compact/prompt.md");
|
||||
pub const SUMMARY_PREFIX: &str = include_str!("../templates/compact/summary_prefix.md");
|
||||
const COMPACT_USER_MESSAGE_MAX_TOKENS: usize = 20_001;
|
||||
const COMPACT_USER_MESSAGE_MAX_TOKENS: usize = 20_000;
|
||||
|
||||
pub(crate) fn should_use_remote_compact_task(
|
||||
session: &Session,
|
||||
|
||||
Reference in New Issue
Block a user