Update README.md
Browse files
README.md
CHANGED
|
@@ -364,7 +364,7 @@ Make a GET request for the URL parameter using variable_2. For the params parame
|
|
| 364 |
make_get_req(path='https://example.com/api/v1/users', data=variable_1, params={'weight': variable_3, 'width': 10}, headers={'Content-Type': 'application/json'}, not_json_response=True, absolute=True)
|
| 365 |
```
|
| 366 |
|
| 367 |
-
|
| 368 |
```python
|
| 369 |
prompt = """
|
| 370 |
Give only function call in python langugae as response for the following question:
|
|
|
|
| 364 |
make_get_req(path='https://example.com/api/v1/users', data=variable_1, params={'weight': variable_3, 'width': 10}, headers={'Content-Type': 'application/json'}, not_json_response=True, absolute=True)
|
| 365 |
```
|
| 366 |
|
| 367 |
+
### prompt
|
| 368 |
```python
|
| 369 |
prompt = """
|
| 370 |
Give only function call in python langugae as response for the following question:
|