diff options
author | icebaker <icebaker@proton.me> | 2023-12-14 22:54:02 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-12-14 22:54:02 -0300 |
commit | 46945c5279edbe9fb820312dfa0d44c988dea278 (patch) | |
tree | d19ecd144ff7038d885428dbaafa874b16646a7a /components | |
parent | e6f0374cc8844d4a053db4e68feee23ffc793d73 (diff) |
setting default stream
Diffstat (limited to 'components')
-rw-r--r-- | components/providers/google.rb | 2 |
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 |