mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-16 21:23:44 +08:00
📝 doc: modify information (#57)
This commit is contained in:
@@ -193,7 +193,7 @@ func TestGetImageFromUrl(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
url := "https://raw.githubusercontent.com/songquanpeng/one-api/main/README.md"
|
||||
url := "https://raw.githubusercontent.com/MartialBE/one-api/main/README.md"
|
||||
_, _, err := img.GetImageFromUrl(url)
|
||||
assert.Error(t, err)
|
||||
encodedBase64 := "data:image/text;base64,"
|
||||
|
||||
Reference in New Issue
Block a user