Fix/prebuilt cards updates (#263)

* updates to the twitter prebuilt cards

* update the default fallback model from gpt-4o to gpt-4.1
This commit is contained in:
Tushar 2025-09-16 15:29:48 +05:30 committed by GitHub
parent 1a763dcbd9
commit 893ad87268
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 27 additions and 44 deletions

View file

@ -29,7 +29,7 @@ export function validateConfigChanges(configType: string, configChanges: Record<
instructions: 'test',
prompts: [],
tools: [],
model: 'gpt-4o',
model: 'gpt-4.1',
ragReturnType: 'chunks',
ragK: 10,
connectedAgents: [],