summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-12-14 22:54:02 -0300
committericebaker <icebaker@proton.me>2023-12-14 22:54:02 -0300
commit46945c5279edbe9fb820312dfa0d44c988dea278 (patch)
treed19ecd144ff7038d885428dbaafa874b16646a7a /components
parente6f0374cc8844d4a053db4e68feee23ffc793d73 (diff)
setting default stream
Diffstat (limited to 'components')
-rw-r--r--components/providers/google.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/providers/google.rb b/components/providers/google.rb
index 75b7658..2a99bcb 100644
--- a/components/providers/google.rb
+++ b/components/providers/google.rb
@@ -29,7 +29,7 @@ module NanoBot
project_id: credentials[:'project-id'],
region: credentials[:region]
},
- settings: { model: }
+ settings: { model:, stream: false }
)
end