Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

feat: add GPT-4o support #2082

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

PeterDaveHello
Copy link
Contributor

@Chanzhaoyu Chanzhaoyu merged commit f257a54 into Chanzhaoyu:main May 16, 2024
3 checks passed
@PeterDaveHello PeterDaveHello deleted the Add-GPT-4o branch May 16, 2024 06:21
// if use GPT-4 Turbo
else if (/-preview|-turbo/.test(model.toLowerCase())) {
// if use GPT-4 Turbo or GPT-4o
else if (/-preview|-turbo|-o/.test(model.toLowerCase())) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, no, it should be -4o 🙈

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh I saw that @Chanzhaoyu changed it to just o

e3ce91c

Copy link
Owner

Choose a reason for hiding this comment

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

😁

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants