Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ openai.api_key = os.getenv("OPENAI_API_KEY1")
|
|
| 14 |
{
|
| 15 |
"name": "get_weather",
|
| 16 |
"description": "Determine weather in my location",
|
| 17 |
-
"strict":
|
| 18 |
"parameters": {
|
| 19 |
"type": "object",
|
| 20 |
"properties": {
|
|
|
|
| 14 |
{
|
| 15 |
"name": "get_weather",
|
| 16 |
"description": "Determine weather in my location",
|
| 17 |
+
"strict": False,
|
| 18 |
"parameters": {
|
| 19 |
"type": "object",
|
| 20 |
"properties": {
|