{% extends 'base.html' %} {% block title %}HyperXQL - Settings{% endblock %} {% block content %}

Settings

Configure your HyperXQL preferences

Configuration
System
Choose LLM Provider

Select which AI service you want to use for SQL generation

Access powerful open-source LLMs including Llama 3 models

Premium models like GPT-4 require an API key with credits

Together AI Configuration
Your API key is stored securely and never shared
Llama-3.3-70B-Instruct-Turbo-Free is recommended for best performance
OpenAI Configuration
Your API key is stored securely and never shared
GPT-4o provides the most advanced SQL generation capabilities
Behavior Settings
When enabled, generated SQL will run automatically
Cancel
{% endblock %} {% block scripts %} {% endblock %}