We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd705d commit 575d8aeCopy full SHA for 575d8ae
src/together/cli/api/endpoints.py
@@ -115,13 +115,11 @@ 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