diff options
Diffstat (limited to 'logic/providers/openai/tokens.rb')
-rw-r--r-- | logic/providers/openai/tokens.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/logic/providers/openai/tokens.rb b/logic/providers/openai/tokens.rb index 60efa60..828b774 100644 --- a/logic/providers/openai/tokens.rb +++ b/logic/providers/openai/tokens.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -require 'openai' - module NanoBot module Logic module OpenAI |