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 0ec1bab commit 65cf08bCopy full SHA for 65cf08b
chat.go
@@ -301,7 +301,7 @@ func (r *ChatCompletionRequest) SetExtraFields(extraFields map[string]any) {
301
}
302
303
// GetExtraFields returns the extra fields set in the request.
304
-func (r *ChatCompletionRequest) GetExtraFields() map[string]any {
+func (r ChatCompletionRequest) GetExtraFields() map[string]any {
305
return r.extraFields
306
307
0 commit comments