mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-04-21 23:47:23 -04:00
chore: running updated ruff formatter [skip ci]
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"""OpenLLM Python client.
|
||||
|
||||
```python
|
||||
client = openllm.client.HTTPClient("http://localhost:8080")
|
||||
client.query("What is the difference between gather and scatter?")
|
||||
client = openllm.client.HTTPClient('http://localhost:8080')
|
||||
client.query('What is the difference between gather and scatter?')
|
||||
```
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user