mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
feat(models): support new gemini models and codex gpt-5.4-mini (#376)
This commit is contained in:
@@ -303,7 +303,7 @@ export class AcpStdioTransport {
|
||||
if (lowerText.includes('status 404') || lowerText.includes('model not found') || lowerText.includes('not_found')) {
|
||||
this.stderrErrorHandler({
|
||||
type: 'model_not_found',
|
||||
message: 'Model not found. Available models: gemini-2.5-pro, gemini-2.5-flash, gemini-2.0-flash',
|
||||
message: 'Model not found. Available models: gemini-3.1-pro-preview, gemini-3-flash-preview, gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite',
|
||||
raw: text
|
||||
});
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user