diff --git a/dsLightRag/Liblib/T3.py b/dsLightRag/Liblib/T3.py index 6ee3c89c..305a74b7 100644 --- a/dsLightRag/Liblib/T3.py +++ b/dsLightRag/Liblib/T3.py @@ -10,6 +10,8 @@ with open('config.json', 'r', encoding='utf-8') as f: if __name__ == "__main__": # 获取第一个模型的配置 model_config = config["models"][1] + # 完成的例子 + # https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/LibLib/484eba61d6e74f8ea0cb3d8ff2d14341.jpg # 通过枚举转换 print(f'使用采样方法: {model_config["sampler"]}')