mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix(codex): remove unused lastServiceTier property from OpenAiNativeCodexHandler
This commit is contained in:
parent
7917b419fa
commit
876862a607
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ export class OpenAiNativeCodexHandler extends BaseProvider {
|
|||
protected options: ApiHandlerOptions
|
||||
private chatgptAccessToken!: string
|
||||
private chatgptAccountId?: string
|
||||
private lastServiceTier: ServiceTier | undefined
|
||||
|
||||
// Inline-loaded provider prompt (via esbuild text loader for .md files)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue