Spaces:
Sleeping
Sleeping
Added sample prompts
Browse files
README.md
CHANGED
|
@@ -16,4 +16,14 @@ tags:
|
|
| 16 |
short_description: An agent with Monte Carlo integration tool
|
| 17 |
---
|
| 18 |
|
| 19 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
short_description: An agent with Monte Carlo integration tool
|
| 17 |
---
|
| 18 |
|
| 19 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 20 |
+
|
| 21 |
+
Sample prompts:
|
| 22 |
+
```
|
| 23 |
+
Calculate the approximate integral of sin(x) from 0 to 3.14
|
| 24 |
+
compare with the prompt
|
| 25 |
+
Calculate the approximate integral of sin(x) from 0 to pi
|
| 26 |
+
|
| 27 |
+
Compute the integral of 'x**2 + 3*x + 2' from 0 to 10
|
| 28 |
+
Estimate the area under the curve for f(x) = exp(-x**2) between -1 and 1
|
| 29 |
+
```
|