Skip to content

Commit 945d1bd

Browse files
Update README.md
Signed-off-by: quic-zhanweiw <[email protected]>
1 parent 9650dd3 commit 945d1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/genie/c++/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GenieAPIService\GenieAPIService.exe -c "genie\python\models\IBM-Granite-v3.1-8B\
5656
4. Install the GenieAPIService.apk to mobile and start it.<br>
5757

5858
## Client Usage:
59-
The service can be access through http://<ip address>:8910/, it's compatible with OpenAI API.
59+
The service can be access through http://ip:8910/, it's compatible with OpenAI API.
6060
Here is a Python client sample:
6161
```
6262
import argparse
@@ -90,4 +90,4 @@ if args.stream:
9090
else:
9191
response = client.chat.completions.create(model=model_name, messages=messages, extra_body=extra_body)
9292
print(response.choices[0].message.content)
93-
```
93+
```

0 commit comments

Comments
 (0)