From 897c9f99a8ae03c40f672b39bd8cadb2df9b1bdc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 24 May 2026 15:09:01 +0300 Subject: chore(config): remove gpt-oss-120b references since qwen3.6 is better --- lib/hyperstack/manager.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hyperstack/manager.rb') diff --git a/lib/hyperstack/manager.rb b/lib/hyperstack/manager.rb index 7a68199..e8382bb 100644 --- a/lib/hyperstack/manager.rb +++ b/lib/hyperstack/manager.rb @@ -938,7 +938,7 @@ module HyperstackVM req.body = JSON.generate( 'model' => model, 'messages' => [{ 'role' => 'user', 'content' => prompt }], - # 500 tokens: reasoning models (e.g. gpt-oss) use tokens for chain-of-thought + # 500 tokens: reasoning models use tokens for chain-of-thought # before content; 50 is too small and yields an empty content field. 'max_tokens' => 500 ) -- cgit v1.2.3