mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 10:19:16 -04:00
12 lines
326 B
TOML
12 lines
326 B
TOML
schema_version = 1
|
|
|
|
extends = "OpenAI Base Chat"
|
|
name = "OpenRouter Chat"
|
|
description = "OpenRouter (OpenAI-compatible Chat Completions) — coding chat assistant."
|
|
|
|
provider_instance = "OpenRouter"
|
|
endpoint = "/chat/completions"
|
|
model = "openai/gpt-4o"
|
|
|
|
tags = ["chat", "openrouter", "cloud"]
|