prompt) ? $this->prompt : self::DEFAULT_PROMPT; } public static function get(): self { return static::firstOrCreate([], [ 'ollama_url' => 'http://192.168.30.172:11434', 'ollama_model' => 'llama3.2-vision', ]); } }