diff --git a/llama_stack/providers/utils/inference/openai_mixin.py b/llama_stack/providers/utils/inference/openai_mixin.py index 853508605..74b9b594b 100644 --- a/llama_stack/providers/utils/inference/openai_mixin.py +++ b/llama_stack/providers/utils/inference/openai_mixin.py @@ -47,7 +47,7 @@ class OpenAIMixin(ABC): # Allow subclasses to control whether to overwrite the 'id' field in OpenAI responses # is overwritten with a client-side generated id. # - # This is useful for providers that do not return a unique id in the response, + # This is useful for providers that do not return a unique id in the response. overwrite_completion_id: bool = False @abstractmethod