Especially in the context of programming, thread could be easily misunderstood as something else (like a separate thread of execution / Thread.new). I suggest we at least support an alias:
bot = llm.openai(key)
bot.chat "hello"
bot.messages.each do |message|
# ..
end
Especially in the context of programming,
thread
could be easily misunderstood as something else (like a separate thread of execution /Thread.new
). I suggest we at least support an alias: