ashhadahsan commited on
Commit
9f74751
Β·
1 Parent(s): 41a9c72

Update pages/1_πŸ“ˆ_predict.py

Browse files
Files changed (1) hide show
  1. pages/1_πŸ“ˆ_predict.py +3 -0
pages/1_πŸ“ˆ_predict.py CHANGED
@@ -15,6 +15,9 @@ from utils.openllmapi.exceptions import *
15
  import time
16
  from typing import List
17
  from collections import OrderedDict
 
 
 
18
 
19
  tokenizer_kwargs = dict(
20
  max_length=128,
 
15
  import time
16
  from typing import List
17
  from collections import OrderedDict
18
+ st.write('secrets are')
19
+
20
+ st.write(st.secrets["hf-chat"])
21
 
22
  tokenizer_kwargs = dict(
23
  max_length=128,