mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 23:02:26 +00:00
feat: tfcode
This commit is contained in:
@@ -348,6 +348,9 @@ export namespace ProviderTransform {
|
||||
)
|
||||
return {}
|
||||
|
||||
// ToothFairyAI doesn't support thinking/reasoning parameters yet
|
||||
if (model.api.npm === "@toothfairyai/sdk") return {}
|
||||
|
||||
// see: https://docs.x.ai/docs/guides/reasoning#control-how-hard-the-model-thinks
|
||||
if (id.includes("grok") && id.includes("grok-3-mini")) {
|
||||
if (model.api.npm === "@openrouter/ai-sdk-provider") {
|
||||
|
||||
Reference in New Issue
Block a user