acecalisto3 commited on
Commit
4fb77b7
1 Parent(s): 19627c4

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "port": 7860,
3
+ "debug": true,
4
+ "share": false,
5
+ "model_name": "gpt2",
6
+ "embedding_model": "all-mpnet-base-v2",
7
+ "theme": "default",
8
+ "max_code_length": 5000
9
+ }