ModelSettings
import type { ModelSettings } from "https://googleapis.deno.dev/v1/ces:v1.ts";Model settings contains various configurations for the LLM model.
interface ModelSettings {
model?: string;
temperature?: number;
}import type { ModelSettings } from "https://googleapis.deno.dev/v1/ces:v1.ts";Model settings contains various configurations for the LLM model.