Use the right max_token_count for Qwen
Co-Authored-By: Nathan <nathan@zed.dev>
This commit is contained in:
@@ -32,7 +32,7 @@ impl ZedModel {
|
||||
|
||||
pub fn max_token_count(&self) -> usize {
|
||||
match self {
|
||||
ZedModel::Qwen2_7bInstruct => 8192,
|
||||
ZedModel::Qwen2_7bInstruct => 28000,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user