mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-09 21:18:38 +00:00
Update llama_stack/providers/utils/inference/openai_mixin.py
This commit is contained in:
parent
c3fc859257
commit
0afc4d10fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue