changes return to str | None:

This commit is contained in:
Ingrid Stevens 2024-03-27 12:30:04 +01:00 committed by GitHub
parent 97b8999933
commit bb8f8fa7be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -418,7 +418,7 @@ class PrivateGptUi:
inputs=system_prompt_input,
)
def get_model_label() -> str:
def get_model_label() -> str | None:
"""Get model label from llm mode setting YAML.
Raises: