Skip to content

Updating examples to new AI APIs and LLM versions #1044

@bmerkle

Description

@bmerkle

the AI train runs at a high speed and meanwhile LLMs and APIs have changed.
Some of the examples are already a bit outdated and we should decided if we update them

Observation e.g. from chapter 06 python examples:

  • LLM gpt-3.5-turbo

    • this LLM is outdated and we should update to some gpt-5.x version
    • the performance and costs are even better for newer LLMs that for the old ones
    • some environment (e.g. my university OpenAI proxy) does not even offer gpt-3.5 anymore
  • OpenAPI calls

  • Approach

    • we should decide if we update
    • I can help with python and the js code examples
    • I can also review the docs and update them
    • I do not know if the videos have references to specific model names/version or api calls and this would be probably more work

please advise or lets discuss 😃

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions