Niansuh commited on
Commit
6bf0a1e
·
verified ·
1 Parent(s): 2e1595e

Update api/config.py

Browse files
Files changed (1) hide show
  1. api/config.py +1 -1
api/config.py CHANGED
@@ -26,7 +26,7 @@ MODEL_MAPPING = {
26
  # Add more mappings as needed
27
  }
28
 
29
- # Remove or update AGENT_MODE, TRENDING_AGENT_MODE, MODEL_PREFIXES, MODEL_REFERERS as necessary
30
  AGENT_MODE = {
31
  'flux': {'mode': True, 'id': "ImageGenerationLV45LJp", 'name': "flux"},
32
  'Niansuh': {'mode': True, 'id': "NiansuhAIk1HgESy", 'name': "Niansuh"},
 
26
  # Add more mappings as needed
27
  }
28
 
29
+ # AGENT_MODE, TRENDING_AGENT_MODE, MODEL_PREFIXES, MODEL_REFERERS for DDG models
30
  AGENT_MODE = {
31
  'flux': {'mode': True, 'id': "ImageGenerationLV45LJp", 'name': "flux"},
32
  'Niansuh': {'mode': True, 'id': "NiansuhAIk1HgESy", 'name': "Niansuh"},