Loading request...
Model names are currently hardcoded, which is inflexible. For example, OpenAI models like GPT-4 might not be accessible without a Plus subscription, but they are still listed if an API key is configured. The request is to dynamically fetch available model names based on the provided API key.
如题。现在基本都是硬编码写死的,感觉不是很灵活,类似 OpenAI 的模型未开通 plus 的话其实是用不了 4 的模型的,但由于硬编码的缘故,只要配置 API key,都会固定列出那几个模型。