izuemon commited on
Commit
cf86b30
·
verified ·
1 Parent(s): c6f182a

Update turbowarp-server/gpt.py

Browse files
Files changed (1) hide show
  1. turbowarp-server/gpt.py +1 -1
turbowarp-server/gpt.py CHANGED
@@ -23,7 +23,7 @@ slots = [f"n{i}" for i in range(1,10)]
23
 
24
  chars = []
25
 
26
- with open("n-chars.txt",encoding="utf8") as f:
27
  for line in f:
28
  chars.append(line.strip())
29
 
 
23
 
24
  chars = []
25
 
26
+ with open("turbowarp-server/n-chars.txt",encoding="utf8") as f:
27
  for line in f:
28
  chars.append(line.strip())
29