Fixed formatting on readme
Browse files
README.md
CHANGED
@@ -98,8 +98,9 @@ you MUST put it in the format of [func_name(params_name1=params_value1, params_n
|
|
98 |
You SHOULD NOT include any other text in the response.
|
99 |
Here is a list of functions in JSON format that you can invoke:
|
100 |
|
101 |
-
{functions}"
|
102 |
-
|
103 |
|
|
|
104 |
## License
|
105 |
BitAgent-8B is open-sourced under the Apache 2.0 License
|
|
|
98 |
You SHOULD NOT include any other text in the response.
|
99 |
Here is a list of functions in JSON format that you can invoke:
|
100 |
|
101 |
+
{functions}"
|
102 |
+
```
|
103 |
|
104 |
+
---
|
105 |
## License
|
106 |
BitAgent-8B is open-sourced under the Apache 2.0 License
|