Loading

摘要: import configparser import unittest from configparser import SectionProxy def test_read_llm_config(provider: str): file = '../llm_config.cfg' config = 阅读全文
posted @ 2025-11-03 18:12 踩坑大王 阅读(3) 评论(0) 推荐(0)
摘要: 默认账号ec2-user 该服务器在旧电脑上有保存密钥对,需要对此做更新和替换 在aws控制台登陆实例: 开放ssh权限 $ sudo -i $ vi /etc/ssh/sshd_config PasswordAuthentication no,把 no 改成 yes #PermitRootLogi 阅读全文
posted @ 2025-11-03 16:17 踩坑大王 阅读(4) 评论(0) 推荐(0)
摘要: 等补充 阅读全文
posted @ 2025-11-03 09:43 踩坑大王 阅读(3) 评论(0) 推荐(0)