mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 19:06:12 +00:00
console message removed
This commit is contained in:
parent
0bb4660e63
commit
934044f735
@ -72,7 +72,6 @@ export function streamText(
|
||||
modelDetails && modelDetails.maxTokenAllowed
|
||||
? Math.min(MAX_TOKENS, modelDetails.maxTokenAllowed)
|
||||
: MAX_TOKENS;
|
||||
console.log(dynamicMaxTokens)
|
||||
|
||||
return _streamText({
|
||||
model: getModel(currentProvider, currentModel, env, apiKeys),
|
||||
|
Loading…
Reference in New Issue
Block a user