We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
it.only
1 parent c688c83 commit 98a932bCopy full SHA for 98a932b
src/collections/generate/integration.test.ts
@@ -460,7 +460,7 @@ maybe('Testing of the collection.generate methods with runtime generative config
460
});
461
462
463
- it.only('should generate using a runtime config without search and with extras', async () => {
+ it('should generate using a runtime config without search and with extras', async () => {
464
const query = () =>
465
collection.generate.fetchObjects({
466
singlePrompt: {
@@ -474,7 +474,6 @@ maybe('Testing of the collection.generate methods with runtime generative config
474
metadata: true,
475
},
476
config: generativeConfigRuntime.openAI({
477
- model: 'gpt-4o-mini',
478
stop: ['\n'],
479
}),
480
0 commit comments