sashabaranov / go-openai

OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assistants version migration `v1` ➡️ `v2`

danai-antoniou opened this issue · comments

OpenAI released assistants v2, and the corresponding migration instructions https://platform.openai.com/docs/assistants/migration, which say:

Simply pass the `v2` beta version header

However, at the moment the v1 version of assistants is hardcoded within every assistant method 😬

Edit: PR open

@Roockeeeet How is any of this relevant to the actual issue?