From 9f881c6372cb6bd771f4945cf725311578964977 Mon Sep 17 00:00:00 2001 From: cyclic Date: Wed, 24 Sep 2025 14:46:03 -0600 Subject: [PATCH] update test to use new naming --- src/test.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.luau b/src/test.luau index 033a7af..c370168 100644 --- a/src/test.luau +++ b/src/test.luau @@ -3,7 +3,7 @@ local xai = require('../src') local apiKey: string = stdio.prompt("text", "Please provide the API key for testing") -local response = xai.responses(apiKey, { +local response = xai.completions(apiKey, { model = 'grok-4-fast-non-reasoning', messages = { {