Firebase

class Firebase : Model

Implementation of the Model interface using Firebase AI.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val firebaseAI: FirebaseAI
Link copied to clipboard
open override val name: String

Functions

Link copied to clipboard
open override fun generateContent(request: LlmRequest, stream: Boolean): Flow<LlmResponse>