diff options
author | icebaker <icebaker@proton.me> | 2023-12-28 19:43:00 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-12-28 19:43:00 -0300 |
commit | 46638e0b4e1809d683f470922f9cc27ab161c248 (patch) | |
tree | a6135a74b8c56abe435fb557c873273e32f86eb1 /logic/providers/google | |
parent | 347ac029c922fbb3843ec22324527f2c6b3ba9a9 (diff) |
upgrading gemini-ai and adding support for mistral-ai
Diffstat (limited to 'logic/providers/google')
-rw-r--r-- | logic/providers/google/tokens.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/logic/providers/google/tokens.rb b/logic/providers/google/tokens.rb index 3d5492f..0d74928 100644 --- a/logic/providers/google/tokens.rb +++ b/logic/providers/google/tokens.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -require 'openai' - module NanoBot module Logic module Google |