python formatting
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ If you have mlx_lm installed, you can run the following command to get up and ru
|
|
| 25 |
|
| 26 |
Here is a simple Python file to interact with Bryan-6000. This could be useful if you are interested in creating an API to interact with Bryan-6000. There is also a sample system prompt included.
|
| 27 |
|
| 28 |
-
```
|
| 29 |
from mlx_lm import load, generate
|
| 30 |
|
| 31 |
SYSTEM_PROMPT = """
|
|
|
|
| 25 |
|
| 26 |
Here is a simple Python file to interact with Bryan-6000. This could be useful if you are interested in creating an API to interact with Bryan-6000. There is also a sample system prompt included.
|
| 27 |
|
| 28 |
+
```python
|
| 29 |
from mlx_lm import load, generate
|
| 30 |
|
| 31 |
SYSTEM_PROMPT = """
|