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
  • danoan.llm_assistant.common package
  • View page source

danoan.llm_assistant.common package

Submodules

  • danoan.llm_assistant.common.config module
    • get_absolute_configuration_path()
    • get_configuration()
    • get_configuration_filepath()
    • get_configuration_folder()
    • get_environment_variable_value()
    • get_prompt_configuration()
  • danoan.llm_assistant.common.exception module
    • ConfigurationFileDoesNotExistError
    • EnvironmentVariableNotDefinedError
  • danoan.llm_assistant.common.logging_config module
    • setup_logging()
  • danoan.llm_assistant.common.model module
    • LLMAssistantConfiguration
      • LLMAssistantConfiguration.from_dict()
      • LLMAssistantConfiguration.prompt
      • LLMAssistantConfiguration.runner
    • PromptConfiguration
      • PromptConfiguration.model
      • PromptConfiguration.name
      • PromptConfiguration.system_prompt
      • PromptConfiguration.user_prompt
    • PromptRepositoryConfiguration
      • PromptRepositoryConfiguration.git_user
      • PromptRepositoryConfiguration.prompt_collection_folder
      • PromptRepositoryConfiguration.versioning
    • RunnerConfiguration
      • RunnerConfiguration.cache_path
      • RunnerConfiguration.model
      • RunnerConfiguration.openai_key
      • RunnerConfiguration.use_cache
  • danoan.llm_assistant.common.utils module
    • generate_absolute_prompt_config()
    • generate_absolute_runner_config()

© Copyright 2024, Daniel Martins Antunes.

Built with Sphinx using a theme provided by Read the Docs.