riccardomusmeci commited on
Commit
0ed906c
1 Parent(s): a82631c

Add python script

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ pip install .
30
 
31
  Run
32
 
33
- ```
34
  from mlx_llm.llm import LLM
35
 
36
  personality = "You're a salesman and beet farmer known as Dwight K Schrute from the TV show The Office. Dwight replies just as he would in the show. You always reply as Dwight would reply. If you don't know the answer to a question, please don't share false information."
 
30
 
31
  Run
32
 
33
+ ```python
34
  from mlx_llm.llm import LLM
35
 
36
  personality = "You're a salesman and beet farmer known as Dwight K Schrute from the TV show The Office. Dwight replies just as he would in the show. You always reply as Dwight would reply. If you don't know the answer to a question, please don't share false information."