not-lain commited on
Commit
69139f5
·
1 Parent(s): 22ec7d4

quariple quote to fix code showing wrongly when using triple quotation in a LLM judge prompt

Browse files
Files changed (1) hide show
  1. src/about.py +2 -2
src/about.py CHANGED
@@ -81,7 +81,7 @@ Setup your :
81
  * HF_TOKEN
82
 
83
  Select a model
84
- ```python
85
  MODEL_ID = # model_id_here
86
  ```
87
  Then run the following script
@@ -282,7 +282,7 @@ file_name = MODEL_ID.split("/")[1] + ".json"
282
  with open(file_name, "w") as outfile:
283
  outfile.write(json_object)
284
 
285
- ```
286
 
287
  if you are not part of braindao set `create_pr` to **True**
288
  ```python
 
81
  * HF_TOKEN
82
 
83
  Select a model
84
+ ````python
85
  MODEL_ID = # model_id_here
86
  ```
87
  Then run the following script
 
282
  with open(file_name, "w") as outfile:
283
  outfile.write(json_object)
284
 
285
+ ````
286
 
287
  if you are not part of braindao set `create_pr` to **True**
288
  ```python