enable_remote_cache_accessible
产品支持情况
产品 |
是否支持 |
---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
|
x |
函数原型
1 | enable_remote_cache_accessible(self, enable_remote_cache_accessible: bool) |
参数说明
参数名称 |
数据类型 |
取值说明 |
---|---|---|
enable_remote_cache_accessible |
bool |
是否开启远端Cache可直接访问功能。取值如下。
默认为不开启。 不开启该opition时, |
调用示例
1 2 3 | from llm_datadist import LLMConfig llm_config = LLMConfig() llm_config.enable_remote_cache_accessible = True |
返回值
正常情况下无返回值。
参数错误可能抛出TypeError或ValueError。
父主题: LLMConfig