intel / llm-on-ray

Pretrain, finetune and serve LLMs on Intel platforms with Ray
Apache License 2.0
103 stars 30 forks source link

Migrate OpenAI API to 1.0 #202

Closed xwu99 closed 6 months ago

xwu99 commented 6 months ago

The last 0.x version of the OpenAI Python library was 0.28.1. However, starting from November 6, 2023, OpenAI released version 1.x of the Python library. This is a breaking change. Check migration guide: https://github.com/openai/openai-python/discussions/742

xwu99 commented 6 months ago

already updated. closed.