Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ python -m sglang.launch_server --model-path speakleash/Bielik-11B-v2.2-Instruct-
|
|
64 |
|
65 |
Then you can send http request or use OpenAI Compatible API.
|
66 |
|
67 |
-
```
|
68 |
import openai
|
69 |
client = openai.Client(
|
70 |
base_url="http://127.0.0.1:30000/v1", api_key="EMPTY")
|
|
|
64 |
|
65 |
Then you can send http request or use OpenAI Compatible API.
|
66 |
|
67 |
+
```python
|
68 |
import openai
|
69 |
client = openai.Client(
|
70 |
base_url="http://127.0.0.1:30000/v1", api_key="EMPTY")
|