This commit is contained in:
2025-08-06 12:50:30 +02:00
parent d4df226381
commit 3bca5f661e
4 changed files with 4 additions and 7 deletions

View File

@@ -13,8 +13,8 @@ playcmds.run(
mut client := openai.get()!
mut r := client.chat_completion(
model: 'gpt-3.5-turbo'
model: 'gpt-oss-20b'
message: 'Hello, world!'
temperature: 0.5
temperature: 0.3
max_completion_tokens: 1024
)!