Skip to content

Commit

Permalink
op code
Browse files Browse the repository at this point in the history
  • Loading branch information
xqdoo00o committed May 10, 2024
1 parent 96097f3 commit 6a55cb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conversion/requests/chatgpt/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ func ConvertAPIRequest(api_request official_types.APIRequest, account string, se
val := api_request.Model[12:]
chatgpt_request.ConversationMode.Kind = "gizmo_interaction"
chatgpt_request.ConversationMode.GizmoId = val
chatgpt_request.Model = "text-davinci-002-render-sha"
}
}
}
Expand Down

0 comments on commit 6a55cb9

Please sign in to comment.