Armeddinosaur commited on
Commit
eea50e2
·
1 Parent(s): d0e494a

updating readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -79,9 +79,9 @@ To add a new metric:
79
  }
80
  ```
81
 
82
- ### Adding New Model Types
83
 
84
- To add new model types:
85
 
86
  1. Update `model_categories` in `src/utils/config.py`:
87
  ```python
 
79
  }
80
  ```
81
 
82
+ ### Adding New Agent Types
83
 
84
+ To add new agent types:
85
 
86
  1. Update `model_categories` in `src/utils/config.py`:
87
  ```python