style(fase2): ruff-format the re-based synthetic client (Step 1 follow-up)
This commit is contained in:
parent
bbb991b23e
commit
b4f00bf0ca
1 changed files with 1 additions and 3 deletions
|
|
@ -43,9 +43,7 @@ class SyntheticUsageChatClient(OpenAIChatCompletionClient):
|
||||||
default_reply: str = "ok",
|
default_reply: str = "ok",
|
||||||
tokens_per_reply: int = 8,
|
tokens_per_reply: int = 8,
|
||||||
) -> None:
|
) -> None:
|
||||||
super().__init__(
|
super().__init__(model="synthetic", api_key="synthetic", base_url="http://127.0.0.1:9/v1")
|
||||||
model="synthetic", api_key="synthetic", base_url="http://127.0.0.1:9/v1"
|
|
||||||
)
|
|
||||||
self._scripted = list(scripted or [])
|
self._scripted = list(scripted or [])
|
||||||
self._idx = 0
|
self._idx = 0
|
||||||
self._default = default_reply
|
self._default = default_reply
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue