Why have 'tools' if it's just null?

This commit is contained in:
Copper 2025-02-19 17:26:45 -08:00 committed by GitHub
parent 55d595121c
commit bad2cab931
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,8 +59,6 @@ export class GroqCloudAPI {
"messages": messages,
"model": this.model_name || "llama-3.3-70b-versatile",
"stream": false,
"tools": null,
"tool_choice": "auto",
"stop": stop_seq,
...(this.params || {})
});