Skip to content
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

Big announcement coming soon! #211

Open
OkGoDoIt opened this issue May 10, 2024 · 4 comments
Open

Big announcement coming soon! #211

OkGoDoIt opened this issue May 10, 2024 · 4 comments
Milestone

Comments

@OkGoDoIt
Copy link
Owner

Hey all, I know there's a bunch of issues and PR's piling up, but there's a reason I haven't made any changes recently. Expect big news in the next couple weeks. And at that point a lot of these issues will be moot. Sorry for the hassle in the meantime!

@OkGoDoIt OkGoDoIt added this to the 2.0 milestone May 10, 2024
@MarkHelsinki
Copy link

Sounds like you have something exciting lined up.

@jakubbloksa
Copy link

Are you planning to update support for the new GPT-4o model with the new version?

@MarkHelsinki
Copy link

MarkHelsinki commented May 14, 2024

Are you planning to update support for the new GPT-4o model with the new version?

Good question: I tried manually updating the list of Models today by adding:

	```/// <summary>
	///	The latest GPT-4 Omni model with multimodal (accepting text or image inputs and outputting text), and same high intelligence as GPT-4 Turbo but more efficient—generates text 2x faster and is 50% cheaper. Additionally, GPT-4o has the best vision and performance across non-English languages of any of our models. 
	/// </summary>
	public static Model GPT4_Omni => new Model("gpt-4o-2024-05-13") { OwnedBy = "openai" };```

...but I'm not sure if it's because the files are added and maintained via NuGet, but the Model class is behaving as if it was readOnly.

@Tronald
Copy link

Tronald commented May 15, 2024

I was thinking things were abandoned and gearing up to have to convert my integrations. Thank you for speaking up. Will delay in this project. Excited to hear the news!

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

No branches or pull requests

4 participants