Additions
llm.chat_completionandllm.narrative_completionmethods for making requests against a configured LLM. The former allows you to pass the entire conversation back to the model, while the latter accepts a single prompt.
llm.chat_completion and llm.narrative_completion methods for making requests against a configured LLM. The former allows you to pass the entire conversation back to the model, while the latter accepts a single prompt.