韩宇
commited on
Commit
·
36633d8
1
Parent(s):
9f2c01e
init req
Browse files
omagent_core/models/llms/openai_gpt.py
CHANGED
@@ -58,7 +58,7 @@ class OpenaiGPTLLM(BaseLLM):
|
|
58 |
description="The top logprobs of LLM, logprobs must be set to true if this parameter is used",
|
59 |
)
|
60 |
stop: Union[str, List[str], None] = Field(
|
61 |
-
default=
|
62 |
description="Specifies stop sequences that will halt text generation, can be string or list of strings",
|
63 |
)
|
64 |
stream_options: Optional[dict] = Field(
|
|
|
58 |
description="The top logprobs of LLM, logprobs must be set to true if this parameter is used",
|
59 |
)
|
60 |
stop: Union[str, List[str], None] = Field(
|
61 |
+
default='',
|
62 |
description="Specifies stop sequences that will halt text generation, can be string or list of strings",
|
63 |
)
|
64 |
stream_options: Optional[dict] = Field(
|