Remek commited on
Commit
0078a61
1 Parent(s): 7b3d76e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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")