mattoofahad commited on
Commit
b183985
·
1 Parent(s): 604d694
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -47,6 +47,11 @@ This is a simple chat bot using openAI GPT models.
47
  streamlit run app.py
48
  ```
49
 
 
 
 
 
 
50
 
51
 
52
 
 
47
  streamlit run app.py
48
  ```
49
 
50
+ ## Pylint
51
+ ```bash
52
+ pylint src
53
+ ```
54
+
55
 
56
 
57