config = { # Inference setup "request": "Can you recommend me the combination of slipknot and metallica", "model_checkpoint": "MusicBot-ft/checkpoint-24", # RAG settings "top_k": 3, "chunk_size": 300, "chunk_overlap": 25, "similarity_cutoff": 0.5, }