chat_llamar_stop: Stop the server spawned by chat_llamar()

View source: R/chat.R

chat_llamar_stopR Documentation

Stop the server spawned by chat_llamar()

Description

Kills the background llama_serve_openai process that chat_llamar started in mode A. A no-op for chats created in mode B (base_url=), which own no process. Safe to call more than once.

Usage

chat_llamar_stop(chat)

Arguments

chat

A Chat object returned by chat_llamar.

Value

Invisibly TRUE if a process was killed, FALSE otherwise.

See Also

[chat_llamar]


llamaR documentation built on May 28, 2026, 1:06 a.m.