mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-03 22:05:35 +02:00
Why have 'tools' if it's just null?
This commit is contained in:
parent
55d595121c
commit
bad2cab931
1 changed files with 0 additions and 2 deletions
|
@ -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 || {})
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue