2024 iThome 鐵人賽
Share More Gain More
DevOps
選手 25 文章 635
Day 15
2024-08-29
502
0
這邊從 openai 取回 response 後的操作有點有趣,我們來看一下。 如果 response 沒有拿到,或是 obj 內的 choices 是空的,就...
Day 24
2024-08-28
382
0
題目:建立 service account (名稱: ithome),透過 cluster role (名稱: ithome-role) 授予此Service...
Day 14
2024-08-28
435
0
昨天我們有看到 ai_handler,接下來我們來看看 ai_handler 是啥。ai_handler 在 PRAgent 被 implement 的時候會...
Day 26
2024-08-28
1009
0
本章節「GitLab CI/CD」概要 Day 24: GitLab CI/CD 基本概念與工作流程Day 25: GitLab Runners 配置與使用Da...
Day 13
2024-08-27
770
0
從 get_prediction 我們可以查到他試著調用 system_prompt 跟 user_prompt 並喂給 ai_handler.chat_com...
Day 23
2024-08-27
283
0
題目:備份etcd至指定目錄/opt/ithome 於control plane向ETCD發出etcdctl指令備份,設定需求 etcd連線資訊:以kubea...