Revert "copilot: Correct o3-mini context length" (#24275)
Reverts zed-industries/zed#24152 See comment: https://github.com/zed-industries/zed/pull/24152#issuecomment-2636808170 Manually confirmed >20k generates error.
This commit is contained in:
parent
74c4dbd237
commit
992125bec2
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ impl Model {
|
|||
Self::Gpt4o => 64000,
|
||||
Self::Gpt4 => 32768,
|
||||
Self::Gpt3_5Turbo => 12288,
|
||||
Self::O3Mini => 200_000,
|
||||
Self::O3Mini => 20000,
|
||||
Self::O1 => 20000,
|
||||
Self::Claude3_5Sonnet => 200_000,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue