swarmauri.core.llms.IPredict module

class swarmauri.core.llms.IPredict.IPredict[source]

Bases: ABC

Interface focusing on the basic properties and settings essential for defining models.

abstract predict(*args, **kwargs)[source]

Generate predictions based on the input data provided to the model.

Return type:

any