Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,8 +63,8 @@ def my_ai_joke (arg1:str, arg2:int)-> str: #it's import to specify the return ty
|
|
| 63 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 64 |
"""
|
| 65 |
Args:
|
| 66 |
-
arg1:
|
| 67 |
-
arg2:
|
| 68 |
|
| 69 |
"""
|
| 70 |
#model.temperature = arg2
|
|
|
|
| 63 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 64 |
"""
|
| 65 |
Args:
|
| 66 |
+
arg1: The first argument, which should be a string. The topic or subject of the joke.
|
| 67 |
+
arg2: The first argument, which should be an integer. The temperature for joke generation (higher values = more creative, typically 0-10).
|
| 68 |
|
| 69 |
"""
|
| 70 |
#model.temperature = arg2
|