We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9650dd3 commit 945d1bdCopy full SHA for 945d1bd
samples/genie/c++/README.md
@@ -56,7 +56,7 @@ GenieAPIService\GenieAPIService.exe -c "genie\python\models\IBM-Granite-v3.1-8B\
56
4. Install the GenieAPIService.apk to mobile and start it.<br>
57
58
## Client Usage:
59
- The service can be access through http://<ip address>:8910/, it's compatible with OpenAI API.
+ The service can be access through http://ip:8910/, it's compatible with OpenAI API.
60
Here is a Python client sample:
61
```
62
import argparse
@@ -90,4 +90,4 @@ if args.stream:
90
else:
91
response = client.chat.completions.create(model=model_name, messages=messages, extra_body=extra_body)
92
print(response.choices[0].message.content)
93
-```
+```
0 commit comments