Skip to content

Commit 575d8ae

Browse files
committed
revert cli functionality
1 parent 7fd705d commit 575d8ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/together/cli/api/endpoints.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,11 @@ def endpoints(ctx: click.Context) -> None:
115115
@click.option(
116116
"--no-prompt-cache",
117117
is_flag=True,
118-
default=True, #temporary default value before configs fixed
119118
help="Disable the prompt cache for this endpoint",
120119
)
121120
@click.option(
122121
"--no-speculative-decoding",
123122
is_flag=True,
124-
default=True, #temporary default value before configs fixed
125123
help="Disable speculative decoding for this endpoint",
126124
)
127125
@click.option(

0 commit comments

Comments
 (0)