{% extends 'base/base.html' %} {% load static %} {% load humanize %} {% block title %} LLM Toolkit {% endblock title %} {% block custom_js_css_link %} {% endblock custom_js_css_link %} {% block breadcrumb_title %}
reNgine makes use of various LLMs to enhance reporting process. Using various LLM AI Models penetration testers will be able to to generate detailed, insightful penetration testing reports.
If you are using custom LLM models, it is expected that response time are much slower in CPU. We recommend using GPU for better performance. Models such as llama2, or llama3 requires significant computation and GPU are required. Having only CPU will result in slow response time.
OpenAI GPT models do not run locally, hence the requirement of GPU is not necessary.
Modified {% if model.modified_at %}{{model.modified_at|naturaltime}} {% else %} NA{% endif %}
{% if model.is_local %}
Locally installed model
{% else %}
Open AI Model
{% endif %}
{{model.details.parameter_size}} Parameters
{{model.details.family}} Family