I was trying to implement New Relic's OpenAI python observability package, however, I can't install it because it conflicts with my openai version that is set to >=1.3.5. Implementing support for newer OpenAI versions seems important and downgrading my OpenAI version would take a lot of work because there were big changes after the 1.0 release.
I was trying to implement New Relic's OpenAI python observability package, however, I can't install it because it conflicts with my
openaiversion that is set to>=1.3.5. Implementing support for newer OpenAI versions seems important and downgrading my OpenAI version would take a lot of work because there were big changes after the 1.0 release.