feat: change repo name

This commit is contained in:
VaalaCat
2025-02-12 13:22:09 +00:00
parent a62919e8c6
commit 40de0deb41
51 changed files with 114 additions and 114 deletions

View File

@@ -12,9 +12,9 @@ import (
"strings"
"testing"
"github.com/sashabaranov/go-openai"
"github.com/sashabaranov/go-openai/internal/test"
"github.com/sashabaranov/go-openai/internal/test/checks"
"git.vaala.cloud/VaalaCat/go-openai"
"git.vaala.cloud/VaalaCat/go-openai/internal/test"
"git.vaala.cloud/VaalaCat/go-openai/internal/test/checks"
)
// TestAudio Tests the transcription and translation endpoints of the API using the mocked server.