Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Community Apps Dependencies | Show |
Lines of code | 1910 |
Technical Name |
llm_prompt |
License | LGPL-3 |
Website | https://github.com/apexive/odoo-llm |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Community Apps Dependencies | Show |
Lines of code | 1910 |
Technical Name |
llm_prompt |
License | LGPL-3 |
Website | https://github.com/apexive/odoo-llm |

LLM Prompt Templates
Create and manage reusable prompt templates for LLM interactions
Key Features
Reusable Templates
Create prompt templates once and reuse them across your LLM interactions
Dynamic Arguments
Use placeholders for dynamic content insertion in your prompts
Categorization
Organize prompts with categories and tags for easy discovery
Prompt Testing
Test prompts directly from the interface to verify they work as expected
API Integration
Use prompts programmatically through the provided API endpoints
Multi-step Workflows
Create complex prompt sequences with different roles
Configuration
- Navigate to LLM → Prompts in your Odoo menu
- Click on Create to create a new prompt template
- Define the prompt name, description, and category
- Add templates with different roles (system, user, assistant)
- Test your prompt with sample arguments
Technical Requirements
- Odoo 16.0 or later
- Python 3.8 or later
- Base LLM module (
llm
)
For more information, visit our GitHub repository
Please log in to comment on this module