Skip to content

大模型输出优化#634

Merged
icceey merged 11 commits intomasterfrom
dev
Aug 6, 2025
Merged

大模型输出优化#634
icceey merged 11 commits intomasterfrom
dev

Conversation

@icceey
Copy link
Copy Markdown
Contributor

@icceey icceey commented Aug 6, 2025

rt

icceey and others added 11 commits July 27, 2025 13:27
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.23.0/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…b.com/prometheus/client_golang-1.23.0

build(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.11.0 to 9.12.0.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.11.0...v9.12.0)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request removes Prometheus monitoring functionality and unused configuration components from the Telegram bot. The changes simplify the codebase by removing deprecated features and updating development tools.

  • Removal of Prometheus monitoring integration and related configuration
  • Deletion of unused GitHub and content filter configuration modules
  • Updates to CI/CD workflows and development tools versions

Reviewed Changes

Copilot reviewed 25 out of 26 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
prom/prom.go Completely removed Prometheus initialization package
main.go Removed Prometheus import and initialization call
go.mod Removed Prometheus client dependency and updated Redis version
config/ Removed prometheus, github, and content_filter configuration modules
config/config.go Removed references to deleted configuration modules
config.yaml Removed prometheus and content_filter configuration sections
chat/streaming.go Refactored streaming processor to access format config through chat config
chat/chat.go Updated regex pattern for think tag extraction
README files Removed Prometheus monitoring from feature lists
CI/CD workflows Updated golangci-lint version and workflow references
.devcontainer Updated feature versions in development container

Comment thread chat/streaming.go
Comment thread chat/chat.go
Comment thread Makefile
Copy link
Copy Markdown
Contributor

@Anthony-Hoo Anthony-Hoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@hugefiver
Copy link
Copy Markdown
Collaborator

lgtm

@icceey icceey merged commit 091db03 into master Aug 6, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants