mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 00:03:51 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user