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

Notebooks are very out of date and no longer work with latest nugets #30

Open
lukos opened this issue Jan 14, 2025 · 0 comments
Open

Notebooks are very out of date and no longer work with latest nugets #30

lukos opened this issue Jan 14, 2025 · 0 comments

Comments

@lukos
Copy link

lukos commented Jan 14, 2025

The introduction notebooks under Artificial Intelligence and Machine Learning use versions of nuget from Beta e.g. Azure.AI.OpenAI, 1.0.0-beta.6.

The APIs have changed significantly in the latest stable versions so the notebooks are not really helpful. A lot of code has to be changed to work in the new style including having to work out how to change e.g. new ChatMessage(ChatRole.System, systemPrompt) into ChatMessage.CreateSystemMessage(systemPrompt) and working out what to replace the various errored properties with.

For something so relevant and that MS is pushing so hard, it would be nice if these could be updated so they can be more easily copy-and-pasted. These appear in the very introduction of the ML.Net tutorials so they need to be right really.

Thanks

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

1 participant