OpenAI api add Fetch Models (#1625)

* 1.Added a Fetch Models button for OpenAI-compatible providers to load available models from custom endpoints and select them from a dropdown.

2.Added world description translation support .

* fix
This commit is contained in:
laomo
2026-02-02 19:56:07 +08:00
committed by GitHub
parent 918d1f0960
commit c9e7dd24a4
4 changed files with 206 additions and 10 deletions

View File

@@ -1581,7 +1581,13 @@
"api_key": "API Key (Optional)",
"model": "Model Name",
"prompt_optional": "Prompt (Optional)"
}
},
"fetch_models": "Fetch Models",
"fetching_models": "Fetching...",
"msg_endpoint_required": "Please fill in the endpoint first",
"msg_models_fetched": "Found {count} models",
"msg_no_models_found": "No models found",
"msg_fetch_models_failed": "Failed to fetch models"
},
"set_world_tags": {
"header": "Set World Tags",