llm-assistant
Getting started with LLM Assistant
How to setup llm-assistant
How to run a prompt
How to sync and push prompts
API Reference
Design and Architecture
llm-assistant
Module code
danoan.llm_assistant.runner.core.exception
Source code for danoan.llm_assistant.runner.core.exception
"""
runner exceptions.
"""
[docs]
class
LLMAssistantNotConfiguredError
(
Exception
):
pass