fix: remove debug logs, set model-specific max_tokens (opus=32k, sonnet/haiku=64k)

This commit is contained in:
Yeachan-Heo
2026-04-01 02:14:20 +00:00
parent a81657673f
commit 5aebf4f4c5
4 changed files with 15 additions and 16 deletions

View File

@@ -0,0 +1 @@
{"messages":[{"blocks":[{"text":"Explain what Rust is in exactly 3 sentences.","type":"text"}],"role":"user"},{"blocks":[{"text":"Rust is a systems programming language focused on safety, speed, and concurrency, designed to provide memory safety without relying on a garbage collector. It achieves this through its ownership system, which enforces strict rules about how memory is accessed and shared at compile time, eliminating entire classes of bugs like data races and dangling pointers. Rust has gained widespread adoption for building performance-critical software such as operating systems, game engines, web browsers, and command-line tools.","type":"text"}],"role":"assistant","usage":{"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2383,"output_tokens":102}}],"version":1}