mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-30 01:59:11 -04:00
17 lines
478 B
TOML
17 lines
478 B
TOML
schema_version = 1
|
|
|
|
extends = "OpenAI Base Responses"
|
|
name = "OpenAI Chat — Responses"
|
|
description = "OpenAI o4-mini — reasoning coding chat via the Responses API."
|
|
|
|
model = "o4-mini"
|
|
enable_tools = true
|
|
enable_thinking = true
|
|
tags = ["chat", "openai", "responses", "cloud"]
|
|
|
|
system_prompt = """{{ read_file(":/roles/qt-cpp-developer.md") }}"""
|
|
|
|
[body]
|
|
max_output_tokens = 25000
|
|
reasoning = { effort = "medium", summary = "auto" }
|