func_bot 0.1.5
FuncBot is a Rails gem built on top of the ruby-openai gem. It helps you create chatbots that can answer questions by calling on functions you define. It's goal is to provide a simple interface to consume OpenAI's Function Calling API.
          Gemfile:
          =
        
        
          安装:
          =
        
      Runtime 依赖 (2):
            rails
            >= 7.0.5
          
          
            ruby-openai
            >= 0
          
    Development 依赖 (11):
            byebug
            >= 0
          
          
            coderay
            >= 0
          
          
            factory_bot_rails
            >= 0
          
          
            faker
            >= 0
          
          
            generator_spec
            >= 0
          
          
            rspec
            >= 0
          
          
            rspec-rails
            >= 0
          
          
            shoulda-matchers
            >= 0
          
          
            standard
            >= 0
          
          
            vcr
            >= 0
          
          
            webmock
            >= 0
          
    