This PR adds models and examples for Italian. Additionally, it adds the ability for us to designate models as Beta and display that in the dropdown. The reason we need to do this dynamically is because we overwrite the cached models with the result of GET /models. The results from the get request do not list these models as beta, so we need to do so using another designator.
This PR adds models and examples for Italian. Additionally, it adds the ability for us to designate models as Beta and display that in the dropdown. The reason we need to do this dynamically is because we overwrite the cached models with the result of
GET /models
. The results from the get request do not list these models as beta, so we need to do so using another designator.