mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-29 17:49:12 -04:00
17 lines
396 B
TOML
17 lines
396 B
TOML
schema_version = 1
|
|
|
|
extends = "OpenAI Base Chat"
|
|
name = "OpenAI Chat Completions"
|
|
description = "OpenAI GPT-4o — coding chat via Chat Completions."
|
|
|
|
model = "gpt-4o"
|
|
enable_tools = true
|
|
enable_thinking = true
|
|
tags = ["chat", "openai", "cloud"]
|
|
|
|
system_prompt = """{{ read_file(":/roles/qt-cpp-developer.md") }}"""
|
|
|
|
[body]
|
|
max_tokens = 8192
|
|
temperature = 0.7
|