We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d7a8d2 + afec547 commit 8899da2Copy full SHA for 8899da2
1 file changed
tests/pollilib-smoke.mjs
@@ -54,7 +54,7 @@ await step('textModels returns JSON', async () => {
54
});
55
56
await step('text(prompt) returns string', async () => {
57
- const out = await textGet('Say ok', { model: 'openai-mini', referrer: REFERRER }, client);
+ const out = await textGet('Say ok', { model: 'openai-mini' }, client);
58
if (typeof out !== 'string' || !out.length) throw new Error('empty text output');
59
return `len=${out.length}`;
60
0 commit comments