We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698207c commit 7fd705dCopy full SHA for 7fd705d
1 file changed
src/together/cli/api/endpoints.py
@@ -115,11 +115,13 @@ def endpoints(ctx: click.Context) -> None:
115
@click.option(
116
"--no-prompt-cache",
117
is_flag=True,
118
+ default=True, #temporary default value before configs fixed
119
help="Disable the prompt cache for this endpoint",
120
)
121
122
"--no-speculative-decoding",
123
124
125
help="Disable speculative decoding for this endpoint",
126
127
0 commit comments