代码部署问题
access_key_id = os.getenv('access_key_id').strip()access_key_secret = os.getenv('access_key_secret').strip()chatdemo_config_json_url = os.getenv('chatdemo_config_json_url').strip()plugin_config_json_url = os.getenv('plugin_config_json_url').strip()retrieval_config_json_url = os.getenv('retrieval_config_json_url').strip()
从环境里取这些值?有没有参考?os.getenv('chatdemo_config_json_url')
赞0
踩0