rm temp argument (#1267)

This commit is contained in:
Sri Harsha Pamu 2025-02-09 11:39:11 -08:00 committed by GitHub
parent f58c7de901
commit 1ced1b00ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,6 @@ response = generate(
tokenizer,
prompt=prompt,
verbose=True,
temp=0.0,
prompt_cache=prompt_cache,
)