mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
fix(ci): mark openai/gpt-5 smoke test as flaky (#9027)
Signed-off-by: Taylor Ho <taylorkmho@gmail.com>
This commit is contained in:
@@ -69,7 +69,12 @@ function getProviders(): ProviderConfig[] {
|
||||
},
|
||||
{
|
||||
provider: 'openai',
|
||||
models: ['gpt-4o', 'gpt-4o-mini', { name: 'gpt-3.5-turbo', flaky: true }, 'gpt-5'],
|
||||
models: [
|
||||
'gpt-4o',
|
||||
'gpt-4o-mini',
|
||||
{ name: 'gpt-3.5-turbo', flaky: true },
|
||||
{ name: 'gpt-5', flaky: true },
|
||||
],
|
||||
available: () => hasEnv('OPENAI_API_KEY'),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user