6 lines
94 B
Ruby
6 lines
94 B
Ruby
class Llm::BaseAiService
|
|
def initialize
|
|
# Base initialization logic if needed
|
|
end
|
|
end
|