odaly commited on
Commit
ae60522
·
verified ·
1 Parent(s): 6c04fbf

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -3,5 +3,6 @@
3
  "space_link": "https://huggingface.co/spaces/odaly/fuzzylab",
4
  "model_name": "meta-llama/Meta-Llama-3.1-8B-Instruct",
5
  "allowed_file_types": ["jpg", "jpeg", "png", "pdf", "docx", "txt"],
6
- "max_length": 2048
 
7
  }
 
3
  "space_link": "https://huggingface.co/spaces/odaly/fuzzylab",
4
  "model_name": "meta-llama/Meta-Llama-3.1-8B-Instruct",
5
  "allowed_file_types": ["jpg", "jpeg", "png", "pdf", "docx", "txt"],
6
+ "max_length": 2048,
7
+ "hf_api_token": "your_token_here"
8
  }