fix: fullURL endpoint generation (#817)
This commit is contained in:
@@ -73,7 +73,7 @@ func ExampleClient_CreateChatCompletionStream() {
|
||||
return
|
||||
}
|
||||
|
||||
fmt.Printf(response.Choices[0].Delta.Content)
|
||||
fmt.Println(response.Choices[0].Delta.Content)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user