mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-05 20:46:43 +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