Skip to content

refactor(chat): rename llm variable to cm (chatModel) for better naming consistency#121

Closed
MichaelChow wants to merge 1 commit intocloudwego:mainfrom
MichaelChow:feature/better-clarity
Closed

refactor(chat): rename llm variable to cm (chatModel) for better naming consistency#121
MichaelChow wants to merge 1 commit intocloudwego:mainfrom
MichaelChow:feature/better-clarity

Conversation

@MichaelChow
Copy link
Copy Markdown

rename llm to cm (chatModel) in chat examples for improved readability

Comment thread quickstart/chat/main.go

// 创建llm
log.Printf("===create llm===\n")
cm := createOpenAIChatModel(ctx)
Copy link
Copy Markdown
Contributor

@mrh997 mrh997 Sep 30, 2025

Choose a reason for hiding this comment

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

More users may use OpenAI. Is it better to use OpenAI by default?

@shentongmartin shentongmartin added C-maintenance This is an issue or PR about stuff such as documentation, GitHub Actions or code quality. D-example Domain: this issue relates to an example in the eino-example repository labels Mar 12, 2026
@shentongmartin
Copy link
Copy Markdown
Contributor

Hi @MichaelChow — this PR has been open for over 5 months with no activity. We're going to close it to keep the PR queue tidy. If you're still interested in contributing this change, please feel free to reopen or submit a new PR rebased on the latest main. Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-maintenance This is an issue or PR about stuff such as documentation, GitHub Actions or code quality. D-example Domain: this issue relates to an example in the eino-example repository

Development

Successfully merging this pull request may close these issues.

3 participants