If my llama3:8b is hosted on remote server somewhere in AWS cloud, how do I pass it in to this?
cria.Cria(
model: Optional[str] = 'llama3:8b',
standalone: Optional[bool] = False,
run_subprocess: Optional[bool] = False,
capture_output: Optional[bool] = False,
allow_interruption: Optional[bool] = True,
silence_output: Optional[bool] = False,
close_on_exit: Optional[bool] = True,
) -> None
If my
llama3:8bis hosted on remote server somewhere in AWS cloud, how do I pass it in to this?