Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,8 +39,8 @@ def my_ai_joke (arg1:str, arg2:int)-> str: #it's import to specify the return ty
|
|
| 39 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 40 |
"""
|
| 41 |
Args:
|
| 42 |
-
arg1: The topic or subject of the joke. For example, "programming", "elephants", etc.
|
| 43 |
-
arg2: The temperature for joke generation (higher values = more creative, typically 0-10).
|
| 44 |
|
| 45 |
|
| 46 |
Example usage (replace with your desired topic and temperature)
|
|
|
|
| 39 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 40 |
"""
|
| 41 |
Args:
|
| 42 |
+
arg1: The first argument, which should be a string. The topic or subject of the joke. For example, "programming", "elephants", etc.
|
| 43 |
+
arg2: The first argument, which should be an integer. The temperature for joke generation (higher values = more creative, typically 0-10).
|
| 44 |
|
| 45 |
|
| 46 |
Example usage (replace with your desired topic and temperature)
|