Christoph Holthaus commited on
Commit
bd16ace
·
1 Parent(s): 5cb071c
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ import psutil
8
  # load like this - use tne variable everywhere
9
  model_path=os.getenv("MODEL_PATH")
10
  # show warning, when empty and briefs description of how to set it
 
 
11
 
12
  # Initing things
13
  print(f"debug: init model: {model_path}")
 
8
  # load like this - use tne variable everywhere
9
  model_path=os.getenv("MODEL_PATH")
10
  # show warning, when empty and briefs description of how to set it
11
+ # also add link to "how to search" with link to bloke by default + example search link + example full value (mistral base?)
12
+ # info about ram requirements
13
 
14
  # Initing things
15
  print(f"debug: init model: {model_path}")