-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add aiops #4021
feat: add aiops #4021
Conversation
* ๐ค add release changelog using robot. Signed-off-by: sealos-release-robot <sealos-release-robot@sealos.io> * Update CHANGELOG.md --------- Signed-off-by: sealos-release-robot <sealos-release-robot@sealos.io> Co-authored-by: cuisongliu <cuisongliu@qq.com>
๐ค Generated by lychee actionSummary
Full action output |
่ฟๆฏๆฅ่ชQQ้ฎ็ฎฑ็ๅๆ่ชๅจๅๅค้ฎไปถใ
ย
ๆจๅฅฝ๏ผๆๆ่ฟๆญฃๅจไผๅไธญ๏ผๆ ๆณไบฒ่ชๅๅคๆจ็้ฎไปถใๆๅฐๅจๅๆ็ปๆๅ๏ผๅฐฝๅฟซ็ปๆจๅๅคใ
|
This is the holiday automatic reply email from QQ mailbox. |
|
||
```sh | ||
curl -X POST -H "Content-Type: application/json" -d '{ | ||
"user_input": "่ชๅฎไนๅบ็จๅ็งฐ;้ๅๅ็งฐ่ฎพ็ฝฎไธบ halohub/halo:2.5;CPU ๅๅญๅจๅบๆ นๆฎๅฎ้ ๆ ๅต่ฟ่ก้ ็ฝฎ๏ผmemory ้่ฆ 500Mi ็ๅ ๅญๆ่ฝๅฏๅจ Halo๏ผ่ฟ้ๅฏไปฅๅ่ๅฎๆน prepare๏ผhttps://docs.halo.run/getting-started/prepare;ๆด้ฒ็ซฏๅฃๅบไธบ 8090ใๅๆถ๏ผ่ฎพ็ฝฎไธบๅค็ฝ่ฎฟ้ฎๅฐ่ชๅจไธบๅบ็จ้ ็ฝฎไธไธชๅบๅฃๅๅ็จไบๅค็ฝ่ฎฟ้ฎ๏ผๅๆถ้่ฆๅจ Halo ไธญ่ฟ่ก้ ็ฝฎ่ฏฅๅฐๅ;็ฏๅขๅ้ๅ ๆฌๆฐๆฎๅบ้ ็ฝฎๅๅ ถไป็ธๅ ณ้ ็ฝฎใ้่ฆๆณจๆ็ๆฏ๏ผไฝ ้่ฆๆ นๆฎไฝ ๅจ ๆญฅ้ชค 1 ไธญ่ฎพ็ฝฎ็็จๆทๅใๅฏ็ ๅ DNS ๆฅ้ ็ฝฎๆฐๆฎๅบ่ฟๆฅไฟกๆฏใๅๆถ๏ผไฝ ่ฟ้่ฆไธบ Halo ้ ็ฝฎ่ถ ็บง็ฎก็ๅ็็จๆทๅๅๅฏ็ ใ;้ ็ฝฎ Halo ็ฏๅขๅ้:spring.sql.init.platform=postgresql spring.r2dbc.url=r2dbc:pool:postgresql://postgres:rcx7f47m@dbname-postgresql.ns-sy32q9p9.svc:5432/halo spring.r2dbc.username=postgres spring.r2dbc.password=rcx7f47m halo.external-url=tmtdvfjiyyfh.cloud.sealos.io halo.security.initializer.superadminusername=root halo.security.initializer.superadminpassword=sealos", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ๅฆๆ็จๆท่ฟๆ ทๅป็จ่ฟไธชไบงๅ๏ผ้ฃๅ ไนๆฏซๆ ๆไน๏ผ้คไบๅขๅ ๅคๆๅบฆ๏ผไฝ ไผๅ็ฐ่ฟไธๅฆ็ดๆฅๅจ้กต้ขไธ็น่กจๅๆนไพฟใ
่ฟไธชๅ่ฝๅฆๆ่ฟๆ ทๅปๅๆฒกๆๅคชๅคงๆไน๏ผไธๅฎ็จ |
If this function is implemented in this way, it will not make much sense and is not practical. |
Codecov ReportAll modified lines are covered by tests โ ๐ข Thoughts on this report? Let us know!. |
่ฟๆฏๆฅ่ชQQ้ฎ็ฎฑ็ๅๆ่ชๅจๅๅค้ฎไปถใ
ย
ๆจๅฅฝ๏ผๆๆ่ฟๆญฃๅจไผๅไธญ๏ผๆ ๆณไบฒ่ชๅๅคๆจ็้ฎไปถใๆๅฐๅจๅๆ็ปๆๅ๏ผๅฐฝๅฟซ็ปๆจๅๅคใ
|
This is the holiday automatic reply email from QQ mailbox. |
๐ค add release changelog using robot.
Update CHANGELOG.md
๐ค Generated by Copilot at 7f4f5b0
Summary
โจ๐๐ณ
This pull request adds a new AIops service to Sealos, which uses OpenAI to generate chat responses based on the user input and the message history. It also updates the changelog files for the v4.3.4 release. The AIops service consists of a Docker image, a Go module, a main program, and a README file. The
controllers/aiops
directory is added to thego.work
file.Walkthrough
controllers/aiops/Dockerfile
(link)controllers/aiops/go.mod
(link)controllers/aiops/main.go
(link)controllers/aiops/README.md
(link)go.work
(link)CHANGELOG/CHANGELOG-4.3.4.md
with the release notes (link)CHANGELOG/CHANGELOG.md
under theChangelog
section (link)