Update README.md
Browse files
README.md
CHANGED
|
@@ -190,7 +190,7 @@ Action: calculate_gpa
|
|
| 190 |
Action Input: {"grades": ["A", "A", "B", "C"], "hours": [3, 4, 3, 2]}
|
| 191 |
[('calculate_gpa', '{"grades": ["A", "A", "B", "C"], "hours": [3, 4, 3, 2]}')]
|
| 192 |
3.42
|
| 193 |
-
|
| 194 |
```
|
| 195 |
|
| 196 |
# Inference
|
|
@@ -230,7 +230,7 @@ Action: calculate_gpa
|
|
| 230 |
Action Input: {"grades": ["A", "A", "B", "C"], "hours": [3, 4, 3, 2]}
|
| 231 |
[('calculate_gpa', '{"grades": ["A", "A", "B", "C"], "hours": [3, 4, 3, 2]}')]
|
| 232 |
3.42
|
| 233 |
-
|
| 234 |
```
|
| 235 |
|
| 236 |
|
|
|
|
| 190 |
Action Input: {"grades": ["A", "A", "B", "C"], "hours": [3, 4, 3, 2]}
|
| 191 |
[('calculate_gpa', '{"grades": ["A", "A", "B", "C"], "hours": [3, 4, 3, 2]}')]
|
| 192 |
3.42
|
| 193 |
+
Your calculated GPA is 3.42.
|
| 194 |
```
|
| 195 |
|
| 196 |
# Inference
|
|
|
|
| 230 |
Action Input: {"grades": ["A", "A", "B", "C"], "hours": [3, 4, 3, 2]}
|
| 231 |
[('calculate_gpa', '{"grades": ["A", "A", "B", "C"], "hours": [3, 4, 3, 2]}')]
|
| 232 |
3.42
|
| 233 |
+
你的GPA是3.42。
|
| 234 |
```
|
| 235 |
|
| 236 |
|