mirror of
https://github.com/openai/gpt-oss.git
synced 2025-08-06 00:55:46 +03:00
readme: fix python tool ref (#10)
This commit is contained in:
@@ -402,7 +402,7 @@ The model got trained on using a python tool to perform calculations and other a
|
||||
|
||||
#### Usage
|
||||
|
||||
To enable the browser tool, you'll have to place the definition into the `system` message of your harmony formatted prompt. You can either use the `with_python()` method if your tool implements the full interface or modify the definition using `with_tools()`. For example:
|
||||
To enable the python tool, you'll have to place the definition into the `system` message of your harmony formatted prompt. You can either use the `with_python()` method if your tool implements the full interface or modify the definition using `with_tools()`. For example:
|
||||
|
||||
```python
|
||||
import datetime
|
||||
|
||||
Reference in New Issue
Block a user