-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: client-discord chat_with_attachment action remove hard coded model, allow any tiktoken model #1408
Conversation
Feedback is welcome on my first PR. Let me know how I can improve, going forward. |
LGTM, nice work! Can you please change the upstream for this to the 'develop' branch? Can merge it in there. :) |
Hi, if that was for me, I am sorry, don't know how to do that... can you share commands? |
sorry, tried to change it on my end and it closed the PR... is there a way for me to do that? |
Sorry, new here... is there a way for me to change the branch name on my end, without it automatically closing the PR? |
figured it out...learning. |
nice work! I actually don't know the process by heart, either; got
sidetracked before looking it up. glad you figured it out yourself, best
way to learn. looking forward to the next one! :)
…On Mon, Dec 23, 2024 at 5:15 PM Allen Harper ***@***.***> wrote:
figured it out...learning.
—
Reply to this email directly, view it on GitHub
<#1408 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2PEDCQXUCM5TFFG5W3NPUD2HCYT5AVCNFSM6AAAAABUDQSJY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRQGUYDENZYGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
fix: resolve TODO to make model more dynamic and generic
Relates to:
#1223
Risks
Background
What does this PR do?
Removes hard wired model name in summarizeAction and instead uses the selected model, with fallback to gpt-4o-mini.
What kind of change is this?
Improvements (misc. changes to existing features)
Documentation changes needed?
My changes do not require a change to the project documentation.
Testing
pnpm build passed, no linting issues.
Where should a reviewer start?
Detailed testing steps