We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a6938 commit 895f0aaCopy full SHA for 895f0aa
ychat/src/commonTest/kotlin/infrastructure/MockStorage.kt
@@ -14,5 +14,5 @@ object MockStorage {
14
"\"choices\":[{\"message\":{\"role\":\"assistant\",\"content\":\"$text\"}," +
15
"\"finish_reason\":\"stop\",\"index\":0}]}"
16
17
- fun imageGenerationsSuccessResult(text: String) ="{\"created\":1678805561,\"data\":[{\"url\":\"https://testlink.com/image-test.jps\"}]}"
+ fun imageGenerationsSuccessResult(text: String) = "{\"created\":1678805561,\"data\":[{\"url\":\"https://testlink.com/image-test.jps\"}]}"
18
}
0 commit comments