sashabaranov / go-openai

OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go
Apache License 2.0
8.6k stars 1.29k forks source link

Integration tests for Assistants API #771

Open sashabaranov opened 2 weeks ago

sashabaranov commented 2 weeks ago

After the recent PRs #762 and #769 we started to run integration tests on every merge to master branch.

At the same time, integration tests do not cover many API calls the library supports: https://github.com/sashabaranov/go-openai/blob/master/api_integration_test.go

Notably, integration tests do not call popular Assistants API.