Migrate to OpenAI v3

This commit is contained in:
2026-03-02 14:58:30 +00:00
parent 157680bb13
commit 09d687b45b
4 changed files with 27 additions and 29 deletions

View File

@@ -46,8 +46,8 @@ latticelm (unified API)
## 🎉 Status: **WORKING!**
**All four providers integrated with official Go SDKs:**
- OpenAI → `github.com/openai/openai-go`
- Azure OpenAI → `github.com/openai/openai-go` (with Azure auth)
- OpenAI → `github.com/openai/openai-go/v3`
- Azure OpenAI → `github.com/openai/openai-go/v3` (with Azure auth)
- Anthropic → `github.com/anthropics/anthropic-sdk-go`
- Google → `google.golang.org/genai`