Method: ActiveAI::Router#initialize
- Defined in:
- lib/activeai/router.rb
#initialize ⇒ Router
5 6 7 8 |
# File 'lib/activeai/router.rb', line 5 def initialize @routings = [] @llm = ActiveAI::NeuralNetwork::GPT3.new(ActiveAI.config[:gpt3_token], model: 'code-cushman-001', temperature: 0) end |